Html Css Color HEX #01547D Dark Cerulean

📋 copy color: '#01547D'

red 1 ◦ green 84 ◦ blue 125

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

Shades of Dark Cerulean #01547D

Tints of Dark Cerulean #01547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.52%

R = 0.48%
G = 40%
B = 59.52%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01547D (or 0x01547D) is known color: Dark Cerulean. HEX triplet: 01, 54 and 7D. RGB value is (1,84,125). Sum of RGB (Red+Green+Blue) = 1+84+125=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #01547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01547D is #FEAB82. Grayscale: #3F3F3F. Windows color (decimal): -16690051 or 8213505. OLE color: 8213505.

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

Color convert

RGB 1 84 125 -
CMYK 0.99 0.33 0 0.51
HSL 199.84º 0.98% 0.25% -
HSV(B) 199.84º 0.99% 0.49% -
XYZ 6.88 7.83 20.55 -
YUV 63.86 162.5 83.17 -
System Red Green Blue C M Y K H S L
Decimal 1 84 125 0.99 0.33 0 0.51 199.84 0.98 0.25
Hex 1 54 7D 63 21 0 33 C8 62 19
Octal 1 124 175 143 41 0 63 310 142 31
Binary 1 1010100 1111101 1100011 100001 0 110011 11001000 1100010 11001

Color Harmonies of #01547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01547D

Black with #01547D

Text Example


Text Example

White with #01547D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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