Html Css Color HEX #01446D Dark Cerulean

📋 copy color: '#01446D'

red 1 ◦ green 68 ◦ blue 109

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

Shades of Dark Cerulean #01446D

Tints of Dark Cerulean #01446D

RGB

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

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

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

R = 0.56%
G = 38.2%
B = 61.24%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01446D (or 0x01446D) is known color: Dark Cerulean. HEX triplet: 01, 44 and 6D. RGB value is (1,68,109). Sum of RGB (Red+Green+Blue) = 1+68+109=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #01446D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01446D is #FEBB92. Grayscale: #343434. Windows color (decimal): -16694163 or 7160833. OLE color: 7160833.

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

Color convert

RGB 1 68 109 -
CMYK 0.99 0.38 0 0.57
HSL 202.78º 0.98% 0.22% -
HSV(B) 202.78º 0.99% 0.43% -
XYZ 4.84 5.24 15.23 -
YUV 52.64 159.8 91.17 -
System Red Green Blue C M Y K H S L
Decimal 1 68 109 0.99 0.38 0 0.57 202.78 0.98 0.22
Hex 1 44 6D 63 26 0 39 CB 62 16
Octal 1 104 155 143 46 0 71 313 142 26
Binary 1 1000100 1101101 1100011 100110 0 111001 11001011 1100010 10110

Color Harmonies of #01446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01446D

Black with #01446D

Text Example


Text Example

White with #01446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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