Html Css Color HEX #065076 Dark Cerulean

📋 copy color: '#065076'

red 6 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #065076

Tints of Dark Cerulean #065076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 2.94%
G = 39.22%
B = 57.84%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#065076 (or 0x065076) is known color: Dark Cerulean. HEX triplet: 06, 50 and 76. RGB value is (6,80,118). Sum of RGB (Red+Green+Blue) = 6+80+118=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #065076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065076 is #F9AF89. Grayscale: #3D3D3D. Windows color (decimal): -16363402 or 7753734. OLE color: 7753734.

HSL color Cylindrical-coordinate representation of color #065076: hue angle of 200.36º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065076 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 80 118 -
CMYK 0.95 0.32 0 0.54
HSL 200.36º 0.9% 0.24% -
HSV(B) 200.36º 0.95% 0.46% -
XYZ 6.21 7.08 18.18 -
YUV 62.21 159.48 87.91 -
System Red Green Blue C M Y K H S L
Decimal 6 80 118 0.95 0.32 0 0.54 200.36 0.9 0.24
Hex 6 50 76 5F 20 0 36 C8 5A 18
Octal 6 120 166 137 40 0 66 310 132 30
Binary 110 1010000 1110110 1011111 100000 0 110110 11001000 1011010 11000

Color Harmonies of #065076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065076

Black with #065076

Text Example


Text Example

White with #065076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065076; }

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

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

background-color css

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

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

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

border-color css

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

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

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