Html Css Color HEX #01547E Dark Cerulean

📋 copy color: '#01547E'

red 1 ◦ green 84 ◦ blue 126

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

Shades of Dark Cerulean #01547E

Tints of Dark Cerulean #01547E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 59.72%

R = 0.47%
G = 39.81%
B = 59.72%

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

#01547E (or 0x01547E) is known color: Dark Cerulean. HEX triplet: 01, 54 and 7E. RGB value is (1,84,126). Sum of RGB (Red+Green+Blue) = 1+84+126=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #01547E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01547E is #FEAB81. Grayscale: #3F3F3F. Windows color (decimal): -16690050 or 8279041. OLE color: 8279041.

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

Color convert

RGB 1 84 126 -
CMYK 0.99 0.33 0 0.51
HSL 200.16º 0.98% 0.25% -
HSV(B) 200.16º 0.99% 0.49% -
XYZ 6.95 7.85 20.89 -
YUV 63.97 163 83.08 -
System Red Green Blue C M Y K H S L
Decimal 1 84 126 0.99 0.33 0 0.51 200.16 0.98 0.25
Hex 1 54 7E 63 21 0 33 C8 62 19
Octal 1 124 176 143 41 0 63 310 142 31
Binary 1 1010100 1111110 1100011 100001 0 110011 11001000 1100010 11001

Color Harmonies of #01547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01547E

Black with #01547E

Text Example


Text Example

White with #01547E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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