Html Css Color HEX #01457D Dark Cerulean

📋 copy color: '#01457D'

red 1 ◦ green 69 ◦ blue 125

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

Shades of Dark Cerulean #01457D

Tints of Dark Cerulean #01457D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 0.51%
G = 35.38%
B = 64.1%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01457D (or 0x01457D) is known color: Dark Cerulean. HEX triplet: 01, 45 and 7D. RGB value is (1,69,125). Sum of RGB (Red+Green+Blue) = 1+69+125=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #01457D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01457D is #FEBA82. Grayscale: #363636. Windows color (decimal): -16693891 or 8209665. OLE color: 8209665.

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

Color convert

RGB 1 69 125 -
CMYK 0.99 0.45 0 0.51
HSL 207.1º 0.98% 0.25% -
HSV(B) 207.1º 0.99% 0.49% -
XYZ 5.84 5.74 20.2 -
YUV 55.05 167.47 89.45 -
System Red Green Blue C M Y K H S L
Decimal 1 69 125 0.99 0.45 0 0.51 207.1 0.98 0.25
Hex 1 45 7D 63 2D 0 33 CF 62 19
Octal 1 105 175 143 55 0 63 317 142 31
Binary 1 1000101 1111101 1100011 101101 0 110011 11001111 1100010 11001

Color Harmonies of #01457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01457D

Black with #01457D

Text Example


Text Example

White with #01457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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