Html Css Color HEX #01487F Dark Cerulean

📋 copy color: '#01487F'

red 1 ◦ green 72 ◦ blue 127

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

Shades of Dark Cerulean #01487F

Tints of Dark Cerulean #01487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.5%

R = 0.5%
G = 36%
B = 63.5%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01487F (or 0x01487F) is known color: Dark Cerulean. HEX triplet: 01, 48 and 7F. RGB value is (1,72,127). Sum of RGB (Red+Green+Blue) = 1+72+127=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #01487F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01487F is #FEB780. Grayscale: #383838. Windows color (decimal): -16693121 or 8341505. OLE color: 8341505.

HSL color Cylindrical-coordinate representation of color #01487F: hue angle of 206.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01487F is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 72 127 -
CMYK 0.99 0.43 0 0.50
HSL 206.19º 0.98% 0.25% -
HSV(B) 206.19º 0.99% 0.5% -
XYZ 6.16 6.17 20.95 -
YUV 57.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 1 72 127 0.99 0.43 0 0.50 206.19 0.98 0.25
Hex 1 48 7F 63 2B 0 32 CE 62 19
Octal 1 110 177 143 53 0 62 316 142 31
Binary 1 1001000 1111111 1100011 101011 0 110010 11001110 1100010 11001

Color Harmonies of #01487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01487F

Black with #01487F

Text Example


Text Example

White with #01487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01487F; }

 p { color: rgb(1,72,127); }

 H1.HeaderClassName
 {
   color: #01487F;
 }
 .AnyTagClassName
 {
   color: #01487F;
 }
</style>

background-color css

<style>
 a { background-color: #01487F; }

 a { background-color: rgb(1,72,127); }

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

border-color css

<style>
 span { border-color: #01487F; }

 span { border-color: rgb(1,72,127); }

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