Html Css Color HEX #01458E Dark Cerulean

📋 copy color: '#01458E'

red 1 ◦ green 69 ◦ blue 142

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

Shades of Dark Cerulean #01458E

Tints of Dark Cerulean #01458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 66.98%

R = 0.47%
G = 32.55%
B = 66.98%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01458E (or 0x01458E) is known color: Dark Cerulean. HEX triplet: 01, 45 and 8E. RGB value is (1,69,142). Sum of RGB (Red+Green+Blue) = 1+69+142=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #01458E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01458E is #FEBA71. Grayscale: #383838. Windows color (decimal): -16693874 or 9323777. OLE color: 9323777.

HSL color Cylindrical-coordinate representation of color #01458E: hue angle of 211.06º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01458E is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 69 142 -
CMYK 0.99 0.51 0 0.44
HSL 211.06º 0.99% 0.28% -
HSV(B) 211.06º 0.99% 0.56% -
XYZ 7.02 6.22 26.42 -
YUV 56.99 175.97 88.06 -
System Red Green Blue C M Y K H S L
Decimal 1 69 142 0.99 0.51 0 0.44 211.06 0.99 0.28
Hex 1 45 8E 63 33 0 2C D3 63 1C
Octal 1 105 216 143 63 0 54 323 143 34
Binary 1 1000101 10001110 1100011 110011 0 101100 11010011 1100011 11100

Color Harmonies of #01458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01458E

Black with #01458E

Text Example


Text Example

White with #01458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01458E; }

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

 H1.HeaderClassName
 {
   color: #01458E;
 }
 .AnyTagClassName
 {
   color: #01458E;
 }
</style>

background-color css

<style>
 a { background-color: #01458E; }

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

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

border-color css

<style>
 span { border-color: #01458E; }

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

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