Html Css Color HEX #00487E Dark Cerulean

📋 copy color: '#00487E'

red 0 ◦ green 72 ◦ blue 126

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

Shades of Dark Cerulean #00487E

Tints of Dark Cerulean #00487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 63.64%

R = 0%
G = 36.36%
B = 63.64%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00487E (or 0x00487E) is known color: Dark Cerulean. HEX triplet: 00, 48 and 7E. RGB value is (0,72,126). Sum of RGB (Red+Green+Blue) = 0+72+126=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #00487E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00487E is #FFB781. Grayscale: #383838. Windows color (decimal): -16758658 or 8275968. OLE color: 8275968.

HSL color Cylindrical-coordinate representation of color #00487E: hue angle of 205.71º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00487E is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 72 126 -
CMYK 1 0.43 0 0.51
HSL 205.71º 1% 0.25% -
HSV(B) 205.71º 1% 0.49% -
XYZ 6.08 6.14 20.6 -
YUV 56.63 167.15 87.61 -
System Red Green Blue C M Y K H S L
Decimal 0 72 126 1 0.43 0 0.51 205.71 1 0.25
Hex 0 48 7E 64 2B 0 33 CE 64 19
Octal 0 110 176 144 53 0 63 316 144 31
Binary 0 1001000 1111110 1100100 101011 0 110011 11001110 1100100 11001

Color Harmonies of #00487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00487E

Black with #00487E

Text Example


Text Example

White with #00487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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