Html Css Color HEX #01446F Dark Cerulean

📋 copy color: '#01446F'

red 1 ◦ green 68 ◦ blue 111

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

Shades of Dark Cerulean #01446F

Tints of Dark Cerulean #01446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.78%

 BLUE value IS 111 (43.75% from 255) = 61.67%

R = 0.56%
G = 37.78%
B = 61.67%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01446F (or 0x01446F) is known color: Dark Cerulean. HEX triplet: 01, 44 and 6F. RGB value is (1,68,111). Sum of RGB (Red+Green+Blue) = 1+68+111=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #01446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01446F is #FEBB90. Grayscale: #343434. Windows color (decimal): -16694161 or 7291905. OLE color: 7291905.

HSL color Cylindrical-coordinate representation of color #01446F: hue angle of 203.45º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01446F is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 68 111 -
CMYK 0.99 0.39 0 0.56
HSL 203.45º 0.98% 0.22% -
HSV(B) 203.45º 0.99% 0.44% -
XYZ 4.95 5.29 15.8 -
YUV 52.87 160.8 91 -
System Red Green Blue C M Y K H S L
Decimal 1 68 111 0.99 0.39 0 0.56 203.45 0.98 0.22
Hex 1 44 6F 63 27 0 38 CB 62 16
Octal 1 104 157 143 47 0 70 313 142 26
Binary 1 1000100 1101111 1100011 100111 0 111000 11001011 1100010 10110

Color Harmonies of #01446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01446F

Black with #01446F

Text Example


Text Example

White with #01446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01446F; }

 p { color: rgb(1,68,111); }

 H1.HeaderClassName
 {
   color: #01446F;
 }
 .AnyTagClassName
 {
   color: #01446F;
 }
</style>

background-color css

<style>
 a { background-color: #01446F; }

 a { background-color: rgb(1,68,111); }

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

border-color css

<style>
 span { border-color: #01446F; }

 span { border-color: rgb(1,68,111); }

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