Html Css Color HEX #104AB2 Cobalt

📋 copy color: '#104AB2'

red 16 ◦ green 74 ◦ blue 178

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

Shades of Cobalt #104AB2

Tints of Cobalt #104AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 66.42%

R = 5.97%
G = 27.61%
B = 66.42%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#104AB2 (or 0x104AB2) is known color: Cobalt. HEX triplet: 10, 4A and B2. RGB value is (16,74,178). Sum of RGB (Red+Green+Blue) = 16+74+178=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 178 (69.92% from 255 or 66.42% from 268); Max value from RGB is 178 - color contains mainly: blue. Hex color #104AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AB2 is #EFB54D. Grayscale: #444444. Windows color (decimal): -15709518 or 11684368. OLE color: 11684368.

HSL color Cylindrical-coordinate representation of color #104AB2: hue angle of 218.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104AB2 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 74 178 -
CMYK 0.91 0.58 0 0.30
HSL 218.52º 0.84% 0.38% -
HSV(B) 218.52º 0.91% 0.7% -
XYZ 10.7 8.22 43.14 -
YUV 68.51 189.78 90.54 -
System Red Green Blue C M Y K H S L
Decimal 16 74 178 0.91 0.58 0 0.30 218.52 0.84 0.38
Hex 10 4A B2 5B 3A 0 1E DB 54 26
Octal 20 112 262 133 72 0 36 333 124 46
Binary 10000 1001010 10110010 1011011 111010 0 11110 11011011 1010100 100110

Color Harmonies of #104AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AB2

Black with #104AB2

Text Example


Text Example

White with #104AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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