Html Css Color HEX #01508B Dark Cerulean

📋 copy color: '#01508B'

red 1 ◦ green 80 ◦ blue 139

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

Shades of Dark Cerulean #01508B

Tints of Dark Cerulean #01508B

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 80 (31.64% from 255) = 36.36%

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

R = 0.45%
G = 36.36%
B = 63.18%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01508B (or 0x01508B) is known color: Dark Cerulean. HEX triplet: 01, 50 and 8B. RGB value is (1,80,139). Sum of RGB (Red+Green+Blue) = 1+80+139=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #01508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01508B is #FEAF74. Grayscale: #3E3E3E. Windows color (decimal): -16691061 or 9129985. OLE color: 9129985.

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

Color convert

RGB 1 80 139 -
CMYK 0.99 0.42 0 0.45
HSL 205.65º 0.99% 0.27% -
HSV(B) 205.65º 0.99% 0.55% -
XYZ 7.54 7.61 25.5 -
YUV 63.11 170.83 83.7 -
System Red Green Blue C M Y K H S L
Decimal 1 80 139 0.99 0.42 0 0.45 205.65 0.99 0.27
Hex 1 50 8B 63 2A 0 2D CE 63 1B
Octal 1 120 213 143 52 0 55 316 143 33
Binary 1 1010000 10001011 1100011 101010 0 101101 11001110 1100011 11011

Color Harmonies of #01508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01508B

Black with #01508B

Text Example


Text Example

White with #01508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,80,139); }

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

background-color css

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

 a { background-color: rgb(1,80,139); }

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

border-color css

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

 span { border-color: rgb(1,80,139); }

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