Html Css Color HEX #00486B Dark Cerulean

📋 copy color: '#00486B'

red 0 ◦ green 72 ◦ blue 107

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

Shades of Dark Cerulean #00486B

Tints of Dark Cerulean #00486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 59.78%

R = 0%
G = 40.22%
B = 59.78%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00486B (or 0x00486B) is known color: Dark Cerulean. HEX triplet: 00, 48 and 6B. RGB value is (0,72,107). Sum of RGB (Red+Green+Blue) = 0+72+107=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #00486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00486B is #FFB794. Grayscale: #363636. Windows color (decimal): -16758677 or 7030784. OLE color: 7030784.

HSL color Cylindrical-coordinate representation of color #00486B: hue angle of 199.63º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00486B is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 72 107 -
CMYK 1 0.33 0 0.58
HSL 199.63º 1% 0.21% -
HSV(B) 199.63º 1% 0.42% -
XYZ 4.97 5.7 14.75 -
YUV 54.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 0 72 107 1 0.33 0 0.58 199.63 1 0.21
Hex 0 48 6B 64 21 0 3A C8 64 15
Octal 0 110 153 144 41 0 72 310 144 25
Binary 0 1001000 1101011 1100100 100001 0 111010 11001000 1100100 10101

Color Harmonies of #00486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00486B

Black with #00486B

Text Example


Text Example

White with #00486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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