Html Css Color HEX #00488D Dark Cerulean

📋 copy color: '#00488D'

red 0 ◦ green 72 ◦ blue 141

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

Shades of Dark Cerulean #00488D

Tints of Dark Cerulean #00488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.2%

R = 0%
G = 33.8%
B = 66.2%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00488D (or 0x00488D) is known color: Dark Cerulean. HEX triplet: 00, 48 and 8D. RGB value is (0,72,141). Sum of RGB (Red+Green+Blue) = 0+72+141=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #00488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00488D is #FFB772. Grayscale: #393939. Windows color (decimal): -16758643 or 9259008. OLE color: 9259008.

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

Color convert

RGB 0 72 141 -
CMYK 1 0.49 0 0.45
HSL 209.36º 1% 0.28% -
HSV(B) 209.36º 1% 0.55% -
XYZ 7.13 6.56 26.09 -
YUV 58.34 174.65 86.39 -
System Red Green Blue C M Y K H S L
Decimal 0 72 141 1 0.49 0 0.45 209.36 1 0.28
Hex 0 48 8D 64 31 0 2D D1 64 1C
Octal 0 110 215 144 61 0 55 321 144 34
Binary 0 1001000 10001101 1100100 110001 0 101101 11010001 1100100 11100

Color Harmonies of #00488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00488D

Black with #00488D

Text Example


Text Example

White with #00488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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