Html Css Color HEX #10589B Cobalt

📋 copy color: '#10589B'

red 16 ◦ green 88 ◦ blue 155

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

Shades of Cobalt #10589B

Tints of Cobalt #10589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

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

R = 6.18%
G = 33.98%
B = 59.85%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10589B (or 0x10589B) is known color: Cobalt. HEX triplet: 10, 58 and 9B. RGB value is (16,88,155). Sum of RGB (Red+Green+Blue) = 16+88+155=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #10589B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10589B is #EFA764. Grayscale: #494949. Windows color (decimal): -15705957 or 10180624. OLE color: 10180624.

HSL color Cylindrical-coordinate representation of color #10589B: hue angle of 208.92º 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 #10589B is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 88 155 -
CMYK 0.90 0.43 0 0.39
HSL 208.92º 0.81% 0.34% -
HSV(B) 208.92º 0.9% 0.61% -
XYZ 9.62 9.46 32.33 -
YUV 74.11 173.65 86.55 -
System Red Green Blue C M Y K H S L
Decimal 16 88 155 0.90 0.43 0 0.39 208.92 0.81 0.34
Hex 10 58 9B 5A 2B 0 27 D1 51 22
Octal 20 130 233 132 53 0 47 321 121 42
Binary 10000 1011000 10011011 1011010 101011 0 100111 11010001 1010001 100010

Color Harmonies of #10589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10589B

Black with #10589B

Text Example


Text Example

White with #10589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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