Html Css Color HEX #01469E Cobalt

📋 copy color: '#01469E'

red 1 ◦ green 70 ◦ blue 158

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

Shades of Cobalt #01469E

Tints of Cobalt #01469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 69%

R = 0.44%
G = 30.57%
B = 69%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01469E (or 0x01469E) is known color: Cobalt. HEX triplet: 01, 46 and 9E. RGB value is (1,70,158). Sum of RGB (Red+Green+Blue) = 1+70+158=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #01469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01469E is #FEB961. Grayscale: #3A3A3A. Windows color (decimal): -16693602 or 10372609. OLE color: 10372609.

HSL color Cylindrical-coordinate representation of color #01469E: hue angle of 213.63º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01469E is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 70 158 -
CMYK 0.99 0.56 0 0.38
HSL 213.63º 0.99% 0.31% -
HSV(B) 213.63º 0.99% 0.62% -
XYZ 8.37 6.86 33.23 -
YUV 59.4 183.64 86.34 -
System Red Green Blue C M Y K H S L
Decimal 1 70 158 0.99 0.56 0 0.38 213.63 0.99 0.31
Hex 1 46 9E 63 38 0 26 D6 63 1F
Octal 1 106 236 143 70 0 46 326 143 37
Binary 1 1000110 10011110 1100011 111000 0 100110 11010110 1100011 11111

Color Harmonies of #01469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01469E

Black with #01469E

Text Example


Text Example

White with #01469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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