Html Css Color HEX #10459D Cobalt

📋 copy color: '#10459D'

red 16 ◦ green 69 ◦ blue 157

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

Shades of Cobalt #10459D

Tints of Cobalt #10459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 6.61%
G = 28.51%
B = 64.88%

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

#10459D (or 0x10459D) is known color: Cobalt. HEX triplet: 10, 45 and 9D. RGB value is (16,69,157). Sum of RGB (Red+Green+Blue) = 16+69+157=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #10459D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10459D is #EFBA62. Grayscale: #3E3E3E. Windows color (decimal): -15710819 or 10306832. OLE color: 10306832.

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

Color convert

RGB 16 69 157 -
CMYK 0.90 0.56 0 0.38
HSL 217.45º 0.82% 0.34% -
HSV(B) 217.45º 0.9% 0.62% -
XYZ 8.43 6.8 32.77 -
YUV 63.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 16 69 157 0.90 0.56 0 0.38 217.45 0.82 0.34
Hex 10 45 9D 5A 38 0 26 D9 52 22
Octal 20 105 235 132 70 0 46 331 122 42
Binary 10000 1000101 10011101 1011010 111000 0 100110 11011001 1010010 100010

Color Harmonies of #10459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10459D

Black with #10459D

Text Example


Text Example

White with #10459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10459D; }

 p { color: rgb(16,69,157); }

 H1.HeaderClassName
 {
   color: #10459D;
 }
 .AnyTagClassName
 {
   color: #10459D;
 }
</style>

background-color css

<style>
 a { background-color: #10459D; }

 a { background-color: rgb(16,69,157); }

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

border-color css

<style>
 span { border-color: #10459D; }

 span { border-color: rgb(16,69,157); }

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