Html Css Color HEX #10489B Cobalt

📋 copy color: '#10489B'

red 16 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #10489B

Tints of Cobalt #10489B

RGB

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

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

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

R = 6.58%
G = 29.63%
B = 63.79%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10489B (or 0x10489B) is known color: Cobalt. HEX triplet: 10, 48 and 9B. RGB value is (16,72,155). Sum of RGB (Red+Green+Blue) = 16+72+155=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #10489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10489B is #EFB764. Grayscale: #404040. Windows color (decimal): -15710053 or 10176528. OLE color: 10176528.

HSL color Cylindrical-coordinate representation of color #10489B: hue angle of 215.83º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10489B is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 72 155 -
CMYK 0.90 0.54 0 0.39
HSL 215.83º 0.81% 0.34% -
HSV(B) 215.83º 0.9% 0.61% -
XYZ 8.45 7.11 31.94 -
YUV 64.72 178.95 93.25 -
System Red Green Blue C M Y K H S L
Decimal 16 72 155 0.90 0.54 0 0.39 215.83 0.81 0.34
Hex 10 48 9B 5A 36 0 27 D8 51 22
Octal 20 110 233 132 66 0 47 330 121 42
Binary 10000 1001000 10011011 1011010 110110 0 100111 11011000 1010001 100010

Color Harmonies of #10489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10489B

Black with #10489B

Text Example


Text Example

White with #10489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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