Html Css Color HEX #01537B Dark Cerulean

📋 copy color: '#01537B'

red 1 ◦ green 83 ◦ blue 123

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

Shades of Dark Cerulean #01537B

Tints of Dark Cerulean #01537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

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

R = 0.48%
G = 40.1%
B = 59.42%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01537B (or 0x01537B) is known color: Dark Cerulean. HEX triplet: 01, 53 and 7B. RGB value is (1,83,123). Sum of RGB (Red+Green+Blue) = 1+83+123=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #01537B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01537B is #FEAC84. Grayscale: #3E3E3E. Windows color (decimal): -16690309 or 8082177. OLE color: 8082177.

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

Color convert

RGB 1 83 123 -
CMYK 0.99 0.33 0 0.52
HSL 199.67º 0.98% 0.24% -
HSV(B) 199.67º 0.99% 0.48% -
XYZ 6.68 7.62 19.86 -
YUV 63.04 161.83 83.75 -
System Red Green Blue C M Y K H S L
Decimal 1 83 123 0.99 0.33 0 0.52 199.67 0.98 0.24
Hex 1 53 7B 63 21 0 34 C8 62 18
Octal 1 123 173 143 41 0 64 310 142 30
Binary 1 1010011 1111011 1100011 100001 0 110100 11001000 1100010 11000

Color Harmonies of #01537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01537B

Black with #01537B

Text Example


Text Example

White with #01537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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