Html Css Color HEX #104ABA Cobalt

📋 copy color: '#104ABA'

red 16 ◦ green 74 ◦ blue 186

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

Shades of Cobalt #104ABA

Tints of Cobalt #104ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 5.8%
G = 26.81%
B = 67.39%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#104ABA (or 0x104ABA) is known color: Cobalt. HEX triplet: 10, 4A and BA. RGB value is (16,74,186). Sum of RGB (Red+Green+Blue) = 16+74+186=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #104ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104ABA is #EFB545. Grayscale: #444444. Windows color (decimal): -15709510 or 12208656. OLE color: 12208656.

HSL color Cylindrical-coordinate representation of color #104ABA: hue angle of 219.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104ABA is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 74 186 -
CMYK 0.91 0.60 0 0.27
HSL 219.53º 0.84% 0.4% -
HSV(B) 219.53º 0.91% 0.73% -
XYZ 11.53 8.55 47.5 -
YUV 69.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 16 74 186 0.91 0.60 0 0.27 219.53 0.84 0.4
Hex 10 4A BA 5B 3C 0 1B DC 54 28
Octal 20 112 272 133 74 0 33 334 124 50
Binary 10000 1001010 10111010 1011011 111100 0 11011 11011100 1010100 101000

Color Harmonies of #104ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104ABA

Black with #104ABA

Text Example


Text Example

White with #104ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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