Html Css Color HEX #01466D Dark Cerulean

📋 copy color: '#01466D'

red 1 ◦ green 70 ◦ blue 109

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

Shades of Dark Cerulean #01466D

Tints of Dark Cerulean #01466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 60.56%

R = 0.56%
G = 38.89%
B = 60.56%

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

#01466D (or 0x01466D) is known color: Dark Cerulean. HEX triplet: 01, 46 and 6D. RGB value is (1,70,109). Sum of RGB (Red+Green+Blue) = 1+70+109=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #01466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01466D is #FEB992. Grayscale: #353535. Windows color (decimal): -16693651 or 7161345. OLE color: 7161345.

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

Color convert

RGB 1 70 109 -
CMYK 0.99 0.36 0 0.57
HSL 201.67º 0.98% 0.22% -
HSV(B) 201.67º 0.99% 0.43% -
XYZ 4.96 5.49 15.27 -
YUV 53.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 1 70 109 0.99 0.36 0 0.57 201.67 0.98 0.22
Hex 1 46 6D 63 24 0 39 CA 62 16
Octal 1 106 155 143 44 0 71 312 142 26
Binary 1 1000110 1101101 1100011 100100 0 111001 11001010 1100010 10110

Color Harmonies of #01466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01466D

Black with #01466D

Text Example


Text Example

White with #01466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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