Html Css Color HEX #01457A Dark Cerulean

📋 copy color: '#01457A'

red 1 ◦ green 69 ◦ blue 122

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

Shades of Dark Cerulean #01457A

Tints of Dark Cerulean #01457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 63.54%

R = 0.52%
G = 35.94%
B = 63.54%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01457A (or 0x01457A) is known color: Dark Cerulean. HEX triplet: 01, 45 and 7A. RGB value is (1,69,122). Sum of RGB (Red+Green+Blue) = 1+69+122=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #01457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01457A is #FEBA85. Grayscale: #363636. Windows color (decimal): -16693894 or 8013057. OLE color: 8013057.

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

Color convert

RGB 1 69 122 -
CMYK 0.99 0.43 0 0.52
HSL 206.28º 0.98% 0.24% -
HSV(B) 206.28º 0.99% 0.48% -
XYZ 5.65 5.67 19.21 -
YUV 54.71 165.97 89.69 -
System Red Green Blue C M Y K H S L
Decimal 1 69 122 0.99 0.43 0 0.52 206.28 0.98 0.24
Hex 1 45 7A 63 2B 0 34 CE 62 18
Octal 1 105 172 143 53 0 64 316 142 30
Binary 1 1000101 1111010 1100011 101011 0 110100 11001110 1100010 11000

Color Harmonies of #01457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01457A

Black with #01457A

Text Example


Text Example

White with #01457A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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