Html Css Color HEX #104BBA Cobalt

📋 copy color: '#104BBA'

red 16 ◦ green 75 ◦ blue 186

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

Shades of Cobalt #104BBA

Tints of Cobalt #104BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.08%

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

R = 5.78%
G = 27.08%
B = 67.15%

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

#104BBA (or 0x104BBA) is known color: Cobalt. HEX triplet: 10, 4B and BA. RGB value is (16,75,186). Sum of RGB (Red+Green+Blue) = 16+75+186=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #104BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BBA is #EFB445. Grayscale: #454545. Windows color (decimal): -15709254 or 12208912. OLE color: 12208912.

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

Color convert

RGB 16 75 186 -
CMYK 0.91 0.60 0 0.27
HSL 219.18º 0.84% 0.4% -
HSV(B) 219.18º 0.91% 0.73% -
XYZ 11.59 8.69 47.52 -
YUV 70.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 16 75 186 0.91 0.60 0 0.27 219.18 0.84 0.4
Hex 10 4B BA 5B 3C 0 1B DB 54 28
Octal 20 113 272 133 74 0 33 333 124 50
Binary 10000 1001011 10111010 1011011 111100 0 11011 11011011 1010100 101000

Color Harmonies of #104BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104BBA

Black with #104BBA

Text Example


Text Example

White with #104BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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