Html Css Color HEX #01357B Dark Cerulean

📋 copy color: '#01357B'

red 1 ◦ green 53 ◦ blue 123

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

Shades of Dark Cerulean #01357B

Tints of Dark Cerulean #01357B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

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

R = 0.56%
G = 29.94%
B = 69.49%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01357B (or 0x01357B) is known color: Dark Cerulean. HEX triplet: 01, 35 and 7B. RGB value is (1,53,123). Sum of RGB (Red+Green+Blue) = 1+53+123=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #01357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01357B is #FECA84. Grayscale: #2D2D2D. Windows color (decimal): -16697989 or 8074497. OLE color: 8074497.

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

Color convert

RGB 1 53 123 -
CMYK 0.99 0.57 0 0.52
HSL 214.43º 0.98% 0.24% -
HSV(B) 214.43º 0.99% 0.48% -
XYZ 4.86 3.98 19.25 -
YUV 45.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 1 53 123 0.99 0.57 0 0.52 214.43 0.98 0.24
Hex 1 35 7B 63 39 0 34 D6 62 18
Octal 1 65 173 143 71 0 64 326 142 30
Binary 1 110101 1111011 1100011 111001 0 110100 11010110 1100010 11000

Color Harmonies of #01357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01357B

Black with #01357B

Text Example


Text Example

White with #01357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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