Html Css Color HEX #01557D Dark Cerulean

📋 copy color: '#01557D'

red 1 ◦ green 85 ◦ blue 125

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

Shades of Dark Cerulean #01557D

Tints of Dark Cerulean #01557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

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

R = 0.47%
G = 40.28%
B = 59.24%

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

#01557D (or 0x01557D) is known color: Dark Cerulean. HEX triplet: 01, 55 and 7D. RGB value is (1,85,125). Sum of RGB (Red+Green+Blue) = 1+85+125=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #01557D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01557D is #FEAA82. Grayscale: #404040. Windows color (decimal): -16689795 or 8213761. OLE color: 8213761.

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

Color convert

RGB 1 85 125 -
CMYK 0.99 0.32 0 0.51
HSL 199.35º 0.98% 0.25% -
HSV(B) 199.35º 0.99% 0.49% -
XYZ 6.96 7.98 20.58 -
YUV 64.44 162.17 82.75 -
System Red Green Blue C M Y K H S L
Decimal 1 85 125 0.99 0.32 0 0.51 199.35 0.98 0.25
Hex 1 55 7D 63 20 0 33 C7 62 19
Octal 1 125 175 143 40 0 63 307 142 31
Binary 1 1010101 1111101 1100011 100000 0 110011 11000111 1100010 11001

Color Harmonies of #01557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01557D

Black with #01557D

Text Example


Text Example

White with #01557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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