Html Css Color HEX #10469F Cobalt

📋 copy color: '#10469F'

red 16 ◦ green 70 ◦ blue 159

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

Shades of Cobalt #10469F

Tints of Cobalt #10469F

RGB

 RED value IS 16 (6.64% from 255) = 6.53%

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

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 6.53%
G = 28.57%
B = 64.9%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10469F (or 0x10469F) is known color: Cobalt. HEX triplet: 10, 46 and 9F. RGB value is (16,70,159). Sum of RGB (Red+Green+Blue) = 16+70+159=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #10469F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10469F is #EFB960. Grayscale: #3F3F3F. Windows color (decimal): -15710561 or 10438160. OLE color: 10438160.

HSL color Cylindrical-coordinate representation of color #10469F: hue angle of 217.34º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10469F is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 70 159 -
CMYK 0.90 0.56 0 0.38
HSL 217.34º 0.82% 0.34% -
HSV(B) 217.34º 0.9% 0.62% -
XYZ 8.66 6.99 33.69 -
YUV 64 181.61 93.76 -
System Red Green Blue C M Y K H S L
Decimal 16 70 159 0.90 0.56 0 0.38 217.34 0.82 0.34
Hex 10 46 9F 5A 38 0 26 D9 52 22
Octal 20 106 237 132 70 0 46 331 122 42
Binary 10000 1000110 10011111 1011010 111000 0 100110 11011001 1010010 100010

Color Harmonies of #10469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10469F

Black with #10469F

Text Example


Text Example

White with #10469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,70,159); }

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

background-color css

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

 a { background-color: rgb(16,70,159); }

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

border-color css

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

 span { border-color: rgb(16,70,159); }

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