Html Css Color HEX #004188 Dark Cerulean

📋 copy color: '#004188'

red 0 ◦ green 65 ◦ blue 136

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

Shades of Dark Cerulean #004188

Tints of Dark Cerulean #004188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 0%
G = 32.34%
B = 67.66%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#004188 (or 0x004188) is known color: Dark Cerulean. HEX triplet: 00, 41 and 88. RGB value is (0,65,136). Sum of RGB (Red+Green+Blue) = 0+65+136=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #004188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004188 is #FFBE77. Grayscale: #353535. Windows color (decimal): -16760440 or 8929536. OLE color: 8929536.

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

Color convert

RGB 0 65 136 -
CMYK 1 0.52 0 0.47
HSL 211.32º 1% 0.27% -
HSV(B) 211.32º 1% 0.53% -
XYZ 6.33 5.56 24.03 -
YUV 53.66 174.47 89.73 -
System Red Green Blue C M Y K H S L
Decimal 0 65 136 1 0.52 0 0.47 211.32 1 0.27
Hex 0 41 88 64 34 0 2F D3 64 1B
Octal 0 101 210 144 64 0 57 323 144 33
Binary 0 1000001 10001000 1100100 110100 0 101111 11010011 1100100 11011

Color Harmonies of #004188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004188

Black with #004188

Text Example


Text Example

White with #004188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004188; }

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

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

background-color css

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

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

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

border-color css

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

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

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