Html Css Color HEX #01457C Dark Cerulean

📋 copy color: '#01457C'

red 1 ◦ green 69 ◦ blue 124

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

Shades of Dark Cerulean #01457C

Tints of Dark Cerulean #01457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

 BLUE value IS 124 (48.83% from 255) = 63.92%

R = 0.52%
G = 35.57%
B = 63.92%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01457C (or 0x01457C) is known color: Dark Cerulean. HEX triplet: 01, 45 and 7C. RGB value is (1,69,124). Sum of RGB (Red+Green+Blue) = 1+69+124=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #01457C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01457C is #FEBA83. Grayscale: #363636. Windows color (decimal): -16693892 or 8144129. OLE color: 8144129.

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

Color convert

RGB 1 69 124 -
CMYK 0.99 0.44 0 0.51
HSL 206.83º 0.98% 0.25% -
HSV(B) 206.83º 0.99% 0.49% -
XYZ 5.78 5.72 19.87 -
YUV 54.94 166.97 89.53 -
System Red Green Blue C M Y K H S L
Decimal 1 69 124 0.99 0.44 0 0.51 206.83 0.98 0.25
Hex 1 45 7C 63 2C 0 33 CF 62 19
Octal 1 105 174 143 54 0 63 317 142 31
Binary 1 1000101 1111100 1100011 101100 0 110011 11001111 1100010 11001

Color Harmonies of #01457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01457C

Black with #01457C

Text Example


Text Example

White with #01457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01457C; }

 p { color: rgb(1,69,124); }

 H1.HeaderClassName
 {
   color: #01457C;
 }
 .AnyTagClassName
 {
   color: #01457C;
 }
</style>

background-color css

<style>
 a { background-color: #01457C; }

 a { background-color: rgb(1,69,124); }

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

border-color css

<style>
 span { border-color: #01457C; }

 span { border-color: rgb(1,69,124); }

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