Html Css Color HEX #104AA2 Cobalt

📋 copy color: '#104AA2'

red 16 ◦ green 74 ◦ blue 162

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

Shades of Cobalt #104AA2

Tints of Cobalt #104AA2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.37%

 BLUE value IS 162 (63.67% from 255) = 64.29%

R = 6.35%
G = 29.37%
B = 64.29%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#104AA2 (or 0x104AA2) is known color: Cobalt. HEX triplet: 10, 4A and A2. RGB value is (16,74,162). Sum of RGB (Red+Green+Blue) = 16+74+162=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 162 (63.67% from 255 or 64.29% from 252); Max value from RGB is 162 - color contains mainly: blue. Hex color #104AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AA2 is #EFB55D. Grayscale: #424242. Windows color (decimal): -15709534 or 10635792. OLE color: 10635792.

HSL color Cylindrical-coordinate representation of color #104AA2: hue angle of 216.16º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104AA2 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 74 162 -
CMYK 0.90 0.54 0 0.36
HSL 216.16º 0.82% 0.35% -
HSV(B) 216.16º 0.9% 0.64% -
XYZ 9.18 7.62 35.17 -
YUV 66.69 181.78 91.84 -
System Red Green Blue C M Y K H S L
Decimal 16 74 162 0.90 0.54 0 0.36 216.16 0.82 0.35
Hex 10 4A A2 5A 36 0 24 D8 52 23
Octal 20 112 242 132 66 0 44 330 122 43
Binary 10000 1001010 10100010 1011010 110110 0 100100 11011000 1010010 100011

Color Harmonies of #104AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AA2

Black with #104AA2

Text Example


Text Example

White with #104AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104AA2; }

 p { color: rgb(16,74,162); }

 H1.HeaderClassName
 {
   color: #104AA2;
 }
 .AnyTagClassName
 {
   color: #104AA2;
 }
</style>

background-color css

<style>
 a { background-color: #104AA2; }

 a { background-color: rgb(16,74,162); }

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

border-color css

<style>
 span { border-color: #104AA2; }

 span { border-color: rgb(16,74,162); }

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