Html Css Color HEX #065077 Dark Cerulean

📋 copy color: '#065077'

red 6 ◦ green 80 ◦ blue 119

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

Shades of Dark Cerulean #065077

Tints of Dark Cerulean #065077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.05%

R = 2.93%
G = 39.02%
B = 58.05%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#065077 (or 0x065077) is known color: Dark Cerulean. HEX triplet: 06, 50 and 77. RGB value is (6,80,119). Sum of RGB (Red+Green+Blue) = 6+80+119=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #065077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065077 is #F9AF88. Grayscale: #3E3E3E. Windows color (decimal): -16363401 or 7819270. OLE color: 7819270.

HSL color Cylindrical-coordinate representation of color #065077: hue angle of 200.71º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065077 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 80 119 -
CMYK 0.95 0.33 0 0.53
HSL 200.71º 0.9% 0.25% -
HSV(B) 200.71º 0.95% 0.47% -
XYZ 6.27 7.11 18.49 -
YUV 62.32 159.98 87.83 -
System Red Green Blue C M Y K H S L
Decimal 6 80 119 0.95 0.33 0 0.53 200.71 0.9 0.25
Hex 6 50 77 5F 21 0 35 C9 5A 19
Octal 6 120 167 137 41 0 65 311 132 31
Binary 110 1010000 1110111 1011111 100001 0 110101 11001001 1011010 11001

Color Harmonies of #065077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065077

Black with #065077

Text Example


Text Example

White with #065077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065077; }

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

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

background-color css

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

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

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

border-color css

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

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

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