Html Css Color HEX #005388 Dark Cerulean

📋 copy color: '#005388'

red 0 ◦ green 83 ◦ blue 136

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

Shades of Dark Cerulean #005388

Tints of Dark Cerulean #005388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 0%
G = 37.9%
B = 62.1%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#005388 (or 0x005388) is known color: Dark Cerulean. HEX triplet: 00, 53 and 88. RGB value is (0,83,136). Sum of RGB (Red+Green+Blue) = 0+83+136=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #005388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005388 is #FFAC77. Grayscale: #3F3F3F. Windows color (decimal): -16755832 or 8934144. OLE color: 8934144.

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

Color convert

RGB 0 83 136 -
CMYK 1 0.39 0 0.47
HSL 203.38º 1% 0.27% -
HSV(B) 203.38º 1% 0.53% -
XYZ 7.54 7.96 24.43 -
YUV 64.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 0 83 136 1 0.39 0 0.47 203.38 1 0.27
Hex 0 53 88 64 27 0 2F CB 64 1B
Octal 0 123 210 144 47 0 57 313 144 33
Binary 0 1010011 10001000 1100100 100111 0 101111 11001011 1100100 11011

Color Harmonies of #005388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005388

Black with #005388

Text Example


Text Example

White with #005388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005388; }

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

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

background-color css

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

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

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

border-color css

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

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

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