Html Css Color HEX #00488B Dark Cerulean

📋 copy color: '#00488B'

red 0 ◦ green 72 ◦ blue 139

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

Shades of Dark Cerulean #00488B

Tints of Dark Cerulean #00488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 139 (54.69% from 255) = 65.88%

R = 0%
G = 34.12%
B = 65.88%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00488B (or 0x00488B) is known color: Dark Cerulean. HEX triplet: 00, 48 and 8B. RGB value is (0,72,139). Sum of RGB (Red+Green+Blue) = 0+72+139=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #00488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00488B is #FFB774. Grayscale: #393939. Windows color (decimal): -16758645 or 9127936. OLE color: 9127936.

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

Color convert

RGB 0 72 139 -
CMYK 1 0.48 0 0.45
HSL 208.92º 1% 0.27% -
HSV(B) 208.92º 1% 0.55% -
XYZ 6.98 6.5 25.31 -
YUV 58.11 173.65 86.55 -
System Red Green Blue C M Y K H S L
Decimal 0 72 139 1 0.48 0 0.45 208.92 1 0.27
Hex 0 48 8B 64 30 0 2D D1 64 1B
Octal 0 110 213 144 60 0 55 321 144 33
Binary 0 1001000 10001011 1100100 110000 0 101101 11010001 1100100 11011

Color Harmonies of #00488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00488B

Black with #00488B

Text Example


Text Example

White with #00488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00488B; }

 p { color: rgb(0,72,139); }

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

background-color css

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

 a { background-color: rgb(0,72,139); }

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

border-color css

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

 span { border-color: rgb(0,72,139); }

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