Html Css Color HEX #065178 Dark Cerulean

📋 copy color: '#065178'

red 6 ◦ green 81 ◦ blue 120

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

Shades of Dark Cerulean #065178

Tints of Dark Cerulean #065178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

 BLUE value IS 120 (47.27% from 255) = 57.97%

R = 2.9%
G = 39.13%
B = 57.97%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#065178 (or 0x065178) is known color: Dark Cerulean. HEX triplet: 06, 51 and 78. RGB value is (6,81,120). Sum of RGB (Red+Green+Blue) = 6+81+120=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #065178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065178 is #F9AE87. Grayscale: #3E3E3E. Windows color (decimal): -16363144 or 7885062. OLE color: 7885062.

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

Color convert

RGB 6 81 120 -
CMYK 0.95 0.32 0 0.53
HSL 200.53º 0.9% 0.25% -
HSV(B) 200.53º 0.95% 0.47% -
XYZ 6.41 7.28 18.84 -
YUV 63.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 6 81 120 0.95 0.32 0 0.53 200.53 0.9 0.25
Hex 6 51 78 5F 20 0 35 C9 5A 19
Octal 6 121 170 137 40 0 65 311 132 31
Binary 110 1010001 1111000 1011111 100000 0 110101 11001001 1011010 11001

Color Harmonies of #065178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065178

Black with #065178

Text Example


Text Example

White with #065178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065178; }

 p { color: rgb(6,81,120); }

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

background-color css

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

 a { background-color: rgb(6,81,120); }

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

border-color css

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

 span { border-color: rgb(6,81,120); }

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