Html Css Color HEX #10489F Cobalt

📋 copy color: '#10489F'

red 16 ◦ green 72 ◦ blue 159

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

Shades of Cobalt #10489F

Tints of Cobalt #10489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

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

R = 6.48%
G = 29.15%
B = 64.37%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10489F (or 0x10489F) is known color: Cobalt. HEX triplet: 10, 48 and 9F. RGB value is (16,72,159). Sum of RGB (Red+Green+Blue) = 16+72+159=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #10489F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10489F is #EFB760. Grayscale: #404040. Windows color (decimal): -15710049 or 10438672. OLE color: 10438672.

HSL color Cylindrical-coordinate representation of color #10489F: hue angle of 216.5º 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 #10489F is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 72 159 -
CMYK 0.90 0.55 0 0.38
HSL 216.5º 0.82% 0.34% -
HSV(B) 216.5º 0.9% 0.62% -
XYZ 8.79 7.25 33.74 -
YUV 65.17 180.95 92.93 -
System Red Green Blue C M Y K H S L
Decimal 16 72 159 0.90 0.55 0 0.38 216.5 0.82 0.34
Hex 10 48 9F 5A 37 0 26 D9 52 22
Octal 20 110 237 132 67 0 46 331 122 42
Binary 10000 1001000 10011111 1011010 110111 0 100110 11011001 1010010 100010

Color Harmonies of #10489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10489F

Black with #10489F

Text Example


Text Example

White with #10489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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