Html Css Color HEX #065071 Dark Cerulean

📋 copy color: '#065071'

red 6 ◦ green 80 ◦ blue 113

#065071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #065071

Tints of Dark Cerulean #065071

RGB

 RED value IS 6 (2.73% from 255) = 3.02%

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 3.02%
G = 40.2%
B = 56.78%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#065071 (or 0x065071) is known color: Dark Cerulean. HEX triplet: 06, 50 and 71. RGB value is (6,80,113). Sum of RGB (Red+Green+Blue) = 6+80+113=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #065071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065071 is #F9AF8E. Grayscale: #3D3D3D. Windows color (decimal): -16363407 or 7426054. OLE color: 7426054.

HSL color Cylindrical-coordinate representation of color #065071: hue angle of 198.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065071 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 80 113 -
CMYK 0.95 0.29 0 0.56
HSL 198.5º 0.9% 0.23% -
HSV(B) 198.5º 0.95% 0.44% -
XYZ 5.92 6.97 16.66 -
YUV 61.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 6 80 113 0.95 0.29 0 0.56 198.5 0.9 0.23
Hex 6 50 71 5F 1D 0 38 C7 5A 17
Octal 6 120 161 137 35 0 70 307 132 27
Binary 110 1010000 1110001 1011111 11101 0 111000 11000111 1011010 10111

Color Harmonies of #065071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065071

Black with #065071

Text Example


Text Example

White with #065071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065071; }

 p { color: rgb(6,80,113); }

 H1.HeaderClassName
 {
   color: #065071;
 }
 .AnyTagClassName
 {
   color: #065071;
 }
</style>

background-color css

<style>
 a { background-color: #065071; }

 a { background-color: rgb(6,80,113); }

 div.DivClassName
 {
   background-color: #065071;
 }
 .BgClassName
 {
   background-color: #065071;
 }
</style>

border-color css

<style>
 span { border-color: #065071; }

 span { border-color: rgb(6,80,113); }

 td.TdClassName
 {
   border-color: #065071;
 }
 .TagClassName
 {
   border-color: #065071;
 }
</style>