Html Css Color HEX #01547F Dark Cerulean

📋 copy color: '#01547F'

red 1 ◦ green 84 ◦ blue 127

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

Shades of Dark Cerulean #01547F

Tints of Dark Cerulean #01547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.62%

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

R = 0.47%
G = 39.62%
B = 59.91%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01547F (or 0x01547F) is known color: Dark Cerulean. HEX triplet: 01, 54 and 7F. RGB value is (1,84,127). Sum of RGB (Red+Green+Blue) = 1+84+127=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #01547F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01547F is #FEAB80. Grayscale: #3F3F3F. Windows color (decimal): -16690049 or 8344577. OLE color: 8344577.

HSL color Cylindrical-coordinate representation of color #01547F: hue angle of 200.48º 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 #01547F is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 84 127 -
CMYK 0.99 0.34 0 0.50
HSL 200.48º 0.98% 0.25% -
HSV(B) 200.48º 0.99% 0.5% -
XYZ 7.01 7.88 21.23 -
YUV 64.09 163.5 83 -
System Red Green Blue C M Y K H S L
Decimal 1 84 127 0.99 0.34 0 0.50 200.48 0.98 0.25
Hex 1 54 7F 63 22 0 32 C8 62 19
Octal 1 124 177 143 42 0 62 310 142 31
Binary 1 1010100 1111111 1100011 100010 0 110010 11001000 1100010 11001

Color Harmonies of #01547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01547F

Black with #01547F

Text Example


Text Example

White with #01547F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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