Html Css Color HEX #00558A Dark Cerulean

📋 copy color: '#00558A'

red 0 ◦ green 85 ◦ blue 138

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

Shades of Dark Cerulean #00558A

Tints of Dark Cerulean #00558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

 BLUE value IS 138 (54.3% from 255) = 61.88%

R = 0%
G = 38.12%
B = 61.88%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00558A (or 0x00558A) is known color: Dark Cerulean. HEX triplet: 00, 55 and 8A. RGB value is (0,85,138). Sum of RGB (Red+Green+Blue) = 0+85+138=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #00558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00558A is #FFAA75. Grayscale: #414141. Windows color (decimal): -16755318 or 9065728. OLE color: 9065728.

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

Color convert

RGB 0 85 138 -
CMYK 1 0.38 0 0.46
HSL 203.04º 1% 0.27% -
HSV(B) 203.04º 1% 0.54% -
XYZ 7.84 8.33 25.24 -
YUV 65.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 0 85 138 1 0.38 0 0.46 203.04 1 0.27
Hex 0 55 8A 64 26 0 2E CB 64 1B
Octal 0 125 212 144 46 0 56 313 144 33
Binary 0 1010101 10001010 1100100 100110 0 101110 11001011 1100100 11011

Color Harmonies of #00558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00558A

Black with #00558A

Text Example


Text Example

White with #00558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00558A; }

 p { color: rgb(0,85,138); }

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

background-color css

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

 a { background-color: rgb(0,85,138); }

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

border-color css

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

 span { border-color: rgb(0,85,138); }

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