Html Css Color HEX #01357F Dark Cerulean

📋 copy color: '#01357F'

red 1 ◦ green 53 ◦ blue 127

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

Shades of Dark Cerulean #01357F

Tints of Dark Cerulean #01357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 70.17%

R = 0.55%
G = 29.28%
B = 70.17%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01357F (or 0x01357F) is known color: Dark Cerulean. HEX triplet: 01, 35 and 7F. RGB value is (1,53,127). Sum of RGB (Red+Green+Blue) = 1+53+127=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #01357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01357F is #FECA80. Grayscale: #2D2D2D. Windows color (decimal): -16697985 or 8336641. OLE color: 8336641.

HSL color Cylindrical-coordinate representation of color #01357F: hue angle of 215.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01357F is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 53 127 -
CMYK 0.99 0.58 0 0.50
HSL 215.24º 0.98% 0.25% -
HSV(B) 215.24º 0.99% 0.5% -
XYZ 5.12 4.08 20.6 -
YUV 45.89 173.77 95.98 -
System Red Green Blue C M Y K H S L
Decimal 1 53 127 0.99 0.58 0 0.50 215.24 0.98 0.25
Hex 1 35 7F 63 3A 0 32 D7 62 19
Octal 1 65 177 143 72 0 62 327 142 31
Binary 1 110101 1111111 1100011 111010 0 110010 11010111 1100010 11001

Color Harmonies of #01357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01357F

Black with #01357F

Text Example


Text Example

White with #01357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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