Html Css Color HEX #004088 Dark Cerulean

📋 copy color: '#004088'

red 0 ◦ green 64 ◦ blue 136

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

Shades of Dark Cerulean #004088

Tints of Dark Cerulean #004088

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 32%
B = 68%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#004088 (or 0x004088) is known color: Dark Cerulean. HEX triplet: 00, 40 and 88. RGB value is (0,64,136). Sum of RGB (Red+Green+Blue) = 0+64+136=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #004088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004088 is #FFBF77. Grayscale: #343434. Windows color (decimal): -16760696 or 8929280. OLE color: 8929280.

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

Color convert

RGB 0 64 136 -
CMYK 1 0.53 0 0.47
HSL 211.76º 1% 0.27% -
HSV(B) 211.76º 1% 0.53% -
XYZ 6.28 5.44 24.01 -
YUV 53.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 0 64 136 1 0.53 0 0.47 211.76 1 0.27
Hex 0 40 88 64 35 0 2F D4 64 1B
Octal 0 100 210 144 65 0 57 324 144 33
Binary 0 1000000 10001000 1100100 110101 0 101111 11010100 1100100 11011

Color Harmonies of #004088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004088

Black with #004088

Text Example


Text Example

White with #004088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004088; }

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

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

background-color css

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

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

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

border-color css

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

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

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