Html Css Color HEX #104AB3 Cobalt

📋 copy color: '#104AB3'

red 16 ◦ green 74 ◦ blue 179

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

Shades of Cobalt #104AB3

Tints of Cobalt #104AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 66.54%

R = 5.95%
G = 27.51%
B = 66.54%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#104AB3 (or 0x104AB3) is known color: Cobalt. HEX triplet: 10, 4A and B3. RGB value is (16,74,179). Sum of RGB (Red+Green+Blue) = 16+74+179=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #104AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104AB3 is #EFB54C. Grayscale: #444444. Windows color (decimal): -15709517 or 11749904. OLE color: 11749904.

HSL color Cylindrical-coordinate representation of color #104AB3: hue angle of 218.65º 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 #104AB3 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 74 179 -
CMYK 0.91 0.59 0 0.30
HSL 218.65º 0.84% 0.38% -
HSV(B) 218.65º 0.91% 0.7% -
XYZ 10.8 8.26 43.67 -
YUV 68.63 190.28 90.46 -
System Red Green Blue C M Y K H S L
Decimal 16 74 179 0.91 0.59 0 0.30 218.65 0.84 0.38
Hex 10 4A B3 5B 3B 0 1E DB 54 26
Octal 20 112 263 133 73 0 36 333 124 46
Binary 10000 1001010 10110011 1011011 111011 0 11110 11011011 1010100 100110

Color Harmonies of #104AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AB3

Black with #104AB3

Text Example


Text Example

White with #104AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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