Html Css Color HEX #01547C Dark Cerulean

📋 copy color: '#01547C'

red 1 ◦ green 84 ◦ blue 124

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

Shades of Dark Cerulean #01547C

Tints of Dark Cerulean #01547C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.33%

R = 0.48%
G = 40.19%
B = 59.33%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01547C (or 0x01547C) is known color: Dark Cerulean. HEX triplet: 01, 54 and 7C. RGB value is (1,84,124). Sum of RGB (Red+Green+Blue) = 1+84+124=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #01547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01547C is #FEAB83. Grayscale: #3F3F3F. Windows color (decimal): -16690052 or 8147969. OLE color: 8147969.

HSL color Cylindrical-coordinate representation of color #01547C: hue angle of 199.51º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01547C is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 84 124 -
CMYK 0.99 0.32 0 0.51
HSL 199.51º 0.98% 0.25% -
HSV(B) 199.51º 0.99% 0.49% -
XYZ 6.82 7.8 20.22 -
YUV 63.74 162 83.25 -
System Red Green Blue C M Y K H S L
Decimal 1 84 124 0.99 0.32 0 0.51 199.51 0.98 0.25
Hex 1 54 7C 63 20 0 33 C8 62 19
Octal 1 124 174 143 40 0 63 310 142 31
Binary 1 1010100 1111100 1100011 100000 0 110011 11001000 1100010 11001

Color Harmonies of #01547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01547C

Black with #01547C

Text Example


Text Example

White with #01547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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