Html Css Color HEX #01466B Dark Cerulean

📋 copy color: '#01466B'

red 1 ◦ green 70 ◦ blue 107

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

Shades of Dark Cerulean #01466B

Tints of Dark Cerulean #01466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 60.11%

R = 0.56%
G = 39.33%
B = 60.11%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01466B (or 0x01466B) is known color: Dark Cerulean. HEX triplet: 01, 46 and 6B. RGB value is (1,70,107). Sum of RGB (Red+Green+Blue) = 1+70+107=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #01466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01466B is #FEB994. Grayscale: #353535. Windows color (decimal): -16693653 or 7030273. OLE color: 7030273.

HSL color Cylindrical-coordinate representation of color #01466B: hue angle of 200.94º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01466B is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 70 107 -
CMYK 0.99 0.35 0 0.58
HSL 200.94º 0.98% 0.21% -
HSV(B) 200.94º 0.99% 0.42% -
XYZ 4.86 5.45 14.71 -
YUV 53.59 158.14 90.49 -
System Red Green Blue C M Y K H S L
Decimal 1 70 107 0.99 0.35 0 0.58 200.94 0.98 0.21
Hex 1 46 6B 63 23 0 3A C9 62 15
Octal 1 106 153 143 43 0 72 311 142 25
Binary 1 1000110 1101011 1100011 100011 0 111010 11001001 1100010 10101

Color Harmonies of #01466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01466B

Black with #01466B

Text Example


Text Example

White with #01466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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