Html Css Color HEX #01469B Cobalt

📋 copy color: '#01469B'

red 1 ◦ green 70 ◦ blue 155

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

Shades of Cobalt #01469B

Tints of Cobalt #01469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.58%

R = 0.44%
G = 30.97%
B = 68.58%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01469B (or 0x01469B) is known color: Cobalt. HEX triplet: 01, 46 and 9B. RGB value is (1,70,155). Sum of RGB (Red+Green+Blue) = 1+70+155=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #01469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01469B is #FEB964. Grayscale: #3A3A3A. Windows color (decimal): -16693605 or 10176001. OLE color: 10176001.

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

Color convert

RGB 1 70 155 -
CMYK 0.99 0.55 0 0.39
HSL 213.12º 0.99% 0.31% -
HSV(B) 213.12º 0.99% 0.61% -
XYZ 8.12 6.75 31.89 -
YUV 59.06 182.14 86.59 -
System Red Green Blue C M Y K H S L
Decimal 1 70 155 0.99 0.55 0 0.39 213.12 0.99 0.31
Hex 1 46 9B 63 37 0 27 D5 63 1F
Octal 1 106 233 143 67 0 47 325 143 37
Binary 1 1000110 10011011 1100011 110111 0 100111 11010101 1100011 11111

Color Harmonies of #01469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01469B

Black with #01469B

Text Example


Text Example

White with #01469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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