Html Css Color HEX #065079 Dark Cerulean

📋 copy color: '#065079'

red 6 ◦ green 80 ◦ blue 121

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

Shades of Dark Cerulean #065079

Tints of Dark Cerulean #065079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 58.45%

R = 2.9%
G = 38.65%
B = 58.45%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#065079 (or 0x065079) is known color: Dark Cerulean. HEX triplet: 06, 50 and 79. RGB value is (6,80,121). Sum of RGB (Red+Green+Blue) = 6+80+121=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #065079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065079 is #F9AF86. Grayscale: #3E3E3E. Windows color (decimal): -16363399 or 7950342. OLE color: 7950342.

HSL color Cylindrical-coordinate representation of color #065079: hue angle of 201.39º degrees, saturation: 0.91, 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 #065079 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 80 121 -
CMYK 0.95 0.34 0 0.53
HSL 201.39º 0.91% 0.25% -
HSV(B) 201.39º 0.95% 0.47% -
XYZ 6.39 7.16 19.13 -
YUV 62.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 6 80 121 0.95 0.34 0 0.53 201.39 0.91 0.25
Hex 6 50 79 5F 22 0 35 C9 5B 19
Octal 6 120 171 137 42 0 65 311 133 31
Binary 110 1010000 1111001 1011111 100010 0 110101 11001001 1011011 11001

Color Harmonies of #065079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065079

Black with #065079

Text Example


Text Example

White with #065079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065079; }

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

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

background-color css

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

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

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

border-color css

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

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

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