Html Css Color HEX #01468E Dark Cerulean

📋 copy color: '#01468E'

red 1 ◦ green 70 ◦ blue 142

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

Shades of Dark Cerulean #01468E

Tints of Dark Cerulean #01468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

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

R = 0.47%
G = 32.86%
B = 66.67%

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

#01468E (or 0x01468E) is known color: Dark Cerulean. HEX triplet: 01, 46 and 8E. RGB value is (1,70,142). Sum of RGB (Red+Green+Blue) = 1+70+142=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #01468E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01468E is #FEB971. Grayscale: #393939. Windows color (decimal): -16693618 or 9324033. OLE color: 9324033.

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

Color convert

RGB 1 70 142 -
CMYK 0.99 0.51 0 0.44
HSL 210.64º 0.99% 0.28% -
HSV(B) 210.64º 0.99% 0.56% -
XYZ 7.09 6.34 26.44 -
YUV 57.58 175.64 87.65 -
System Red Green Blue C M Y K H S L
Decimal 1 70 142 0.99 0.51 0 0.44 210.64 0.99 0.28
Hex 1 46 8E 63 33 0 2C D3 63 1C
Octal 1 106 216 143 63 0 54 323 143 34
Binary 1 1000110 10001110 1100011 110011 0 101100 11010011 1100011 11100

Color Harmonies of #01468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01468E

Black with #01468E

Text Example


Text Example

White with #01468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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