Html Css Color HEX #01557B Dark Cerulean

📋 copy color: '#01557B'

red 1 ◦ green 85 ◦ blue 123

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

Shades of Dark Cerulean #01557B

Tints of Dark Cerulean #01557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 0.48%
G = 40.67%
B = 58.85%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01557B (or 0x01557B) is known color: Dark Cerulean. HEX triplet: 01, 55 and 7B. RGB value is (1,85,123). Sum of RGB (Red+Green+Blue) = 1+85+123=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #01557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01557B is #FEAA84. Grayscale: #3F3F3F. Windows color (decimal): -16689797 or 8082689. OLE color: 8082689.

HSL color Cylindrical-coordinate representation of color #01557B: hue angle of 198.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01557B is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 85 123 -
CMYK 0.99 0.31 0 0.52
HSL 198.69º 0.98% 0.24% -
HSV(B) 198.69º 0.99% 0.48% -
XYZ 6.84 7.93 19.91 -
YUV 64.22 161.17 82.91 -
System Red Green Blue C M Y K H S L
Decimal 1 85 123 0.99 0.31 0 0.52 198.69 0.98 0.24
Hex 1 55 7B 63 1F 0 34 C7 62 18
Octal 1 125 173 143 37 0 64 307 142 30
Binary 1 1010101 1111011 1100011 11111 0 110100 11000111 1100010 11000

Color Harmonies of #01557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01557B

Black with #01557B

Text Example


Text Example

White with #01557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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