#065174

Color #065174 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #065174

Tints of Dark Cerulean #065174

Color information

#065174 (or 0x065174) is unknown color: approx Dark Cerulean. HEX triplet: 06, 51 and 74. RGB value is (6,81,116). Sum of RGB (Red+Green+Blue) = 6+81+116=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #065174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065174 is #F9AE8B. Grayscale: #3E3E3E. Windows color (decimal): -16363148 or 7622918. OLE color: 7622918.

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

Color convert

RGB681116-
CMYK0.950.3000.55
HSL199.09º90.16%23.92%-
HSV(B)199.09º94.83%45.49%-
XYZ6.177.1817.58-
YUV62.56158.1587.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 116 (45.70% from 255) = 57.14%
R=2.96%
G=39.90%
B=57.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6811160.950.3000.55199.0990.1623.92
Hex651745F1E037c75a18
Octal61211641373606730713230
Binary11010100011110100101111111110011011111000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065174; }

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

 H1.HeaderClassName
 {
   color: #065174;
 }
 .AnyTagClassName
 {
   color: #065174;
 }
</style>
background-color css

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

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

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

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

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

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