Html Css Color HEX #104CB3 Cobalt

📋 copy color: '#104CB3'

red 16 ◦ green 76 ◦ blue 179

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

Shades of Cobalt #104CB3

Tints of Cobalt #104CB3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.04%

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

R = 5.9%
G = 28.04%
B = 66.05%

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

#104CB3 (or 0x104CB3) is known color: Cobalt. HEX triplet: 10, 4C and B3. RGB value is (16,76,179). Sum of RGB (Red+Green+Blue) = 16+76+179=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 179 (70.31% from 255 or 66.05% from 271); Max value from RGB is 179 - color contains mainly: blue. Hex color #104CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CB3 is #EFB34C. Grayscale: #454545. Windows color (decimal): -15709005 or 11750416. OLE color: 11750416.

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

Color convert

RGB 16 76 179 -
CMYK 0.91 0.58 0 0.30
HSL 217.91º 0.84% 0.38% -
HSV(B) 217.91º 0.91% 0.7% -
XYZ 10.93 8.53 43.72 -
YUV 69.8 189.62 89.62 -
System Red Green Blue C M Y K H S L
Decimal 16 76 179 0.91 0.58 0 0.30 217.91 0.84 0.38
Hex 10 4C B3 5B 3A 0 1E DA 54 26
Octal 20 114 263 133 72 0 36 332 124 46
Binary 10000 1001100 10110011 1011011 111010 0 11110 11011010 1010100 100110

Color Harmonies of #104CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CB3

Black with #104CB3

Text Example


Text Example

White with #104CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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