Html Css Color HEX #01466E Dark Cerulean

📋 copy color: '#01466E'

red 1 ◦ green 70 ◦ blue 110

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

Shades of Dark Cerulean #01466E

Tints of Dark Cerulean #01466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 60.77%

R = 0.55%
G = 38.67%
B = 60.77%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01466E (or 0x01466E) is known color: Dark Cerulean. HEX triplet: 01, 46 and 6E. RGB value is (1,70,110). Sum of RGB (Red+Green+Blue) = 1+70+110=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #01466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01466E is #FEB991. Grayscale: #353535. Windows color (decimal): -16693650 or 7226881. OLE color: 7226881.

HSL color Cylindrical-coordinate representation of color #01466E: hue angle of 202.02º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01466E is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 70 110 -
CMYK 0.99 0.36 0 0.57
HSL 202.02º 0.98% 0.22% -
HSV(B) 202.02º 0.99% 0.43% -
XYZ 5.02 5.51 15.55 -
YUV 53.93 159.64 90.25 -
System Red Green Blue C M Y K H S L
Decimal 1 70 110 0.99 0.36 0 0.57 202.02 0.98 0.22
Hex 1 46 6E 63 24 0 39 CA 62 16
Octal 1 106 156 143 44 0 71 312 142 26
Binary 1 1000110 1101110 1100011 100100 0 111001 11001010 1100010 10110

Color Harmonies of #01466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01466E

Black with #01466E

Text Example


Text Example

White with #01466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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