Html Css Color HEX #064088 Dark Cerulean

📋 copy color: '#064088'

red 6 ◦ green 64 ◦ blue 136

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

Shades of Dark Cerulean #064088

Tints of Dark Cerulean #064088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.07%

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

R = 2.91%
G = 31.07%
B = 66.02%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#064088 (or 0x064088) is known color: Dark Cerulean. HEX triplet: 06, 40 and 88. RGB value is (6,64,136). Sum of RGB (Red+Green+Blue) = 6+64+136=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #064088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064088 is #F9BF77. Grayscale: #363636. Windows color (decimal): -16367480 or 8929286. OLE color: 8929286.

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

Color convert

RGB 6 64 136 -
CMYK 0.96 0.53 0 0.47
HSL 213.23º 0.92% 0.28% -
HSV(B) 213.23º 0.96% 0.53% -
XYZ 6.35 5.48 24.02 -
YUV 54.87 173.78 93.15 -
System Red Green Blue C M Y K H S L
Decimal 6 64 136 0.96 0.53 0 0.47 213.23 0.92 0.28
Hex 6 40 88 60 35 0 2F D5 5C 1C
Octal 6 100 210 140 65 0 57 325 134 34
Binary 110 1000000 10001000 1100000 110101 0 101111 11010101 1011100 11100

Color Harmonies of #064088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064088

Black with #064088

Text Example


Text Example

White with #064088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064088; }

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

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

background-color css

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

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

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

border-color css

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

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

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