Html Css Color HEX #064288 Dark Cerulean

📋 copy color: '#064288'

red 6 ◦ green 66 ◦ blue 136

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

Shades of Dark Cerulean #064288

Tints of Dark Cerulean #064288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 136 (53.52% from 255) = 65.38%

R = 2.88%
G = 31.73%
B = 65.38%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#064288 (or 0x064288) is known color: Dark Cerulean. HEX triplet: 06, 42 and 88. RGB value is (6,66,136). Sum of RGB (Red+Green+Blue) = 6+66+136=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #064288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064288 is #F9BD77. Grayscale: #373737. Windows color (decimal): -16366968 or 8929798. OLE color: 8929798.

HSL color Cylindrical-coordinate representation of color #064288: hue angle of 212.31º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064288 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 66 136 -
CMYK 0.96 0.51 0 0.47
HSL 212.31º 0.92% 0.28% -
HSV(B) 212.31º 0.96% 0.53% -
XYZ 6.47 5.71 24.05 -
YUV 56.04 173.12 92.31 -
System Red Green Blue C M Y K H S L
Decimal 6 66 136 0.96 0.51 0 0.47 212.31 0.92 0.28
Hex 6 42 88 60 33 0 2F D4 5C 1C
Octal 6 102 210 140 63 0 57 324 134 34
Binary 110 1000010 10001000 1100000 110011 0 101111 11010100 1011100 11100

Color Harmonies of #064288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064288

Black with #064288

Text Example


Text Example

White with #064288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064288; }

 p { color: rgb(6,66,136); }

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

background-color css

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

 a { background-color: rgb(6,66,136); }

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

border-color css

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

 span { border-color: rgb(6,66,136); }

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