#065274

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

Shades of Dark Cerulean #065274

Tints of Dark Cerulean #065274

Color information

#065274 (or 0x065274) is unknown color: approx Dark Cerulean. HEX triplet: 06, 52 and 74. RGB value is (6,82,116). Sum of RGB (Red+Green+Blue) = 6+82+116=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #065274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065274 is #F9AD8B. Grayscale: #3E3E3E. Windows color (decimal): -16362892 or 7623174. OLE color: 7623174.

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

Color convert

RGB682116-
CMYK0.950.2900.55
HSL198.55º90.16%23.92%-
HSV(B)198.55º94.83%45.49%-
XYZ6.247.3317.61-
YUV63.15157.8287.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 116 (45.70% from 255) = 56.86%
R=2.94%
G=40.20%
B=56.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6821160.950.2900.55198.5590.1623.92
Hex652745F1D037c75a18
Octal61221641373506730713230
Binary11010100101110100101111111101011011111000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065274; }

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

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

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

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

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

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

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

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