Html Css Color HEX #104BAB Cobalt

📋 copy color: '#104BAB'

red 16 ◦ green 75 ◦ blue 171

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

Shades of Cobalt #104BAB

Tints of Cobalt #104BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 6.11%
G = 28.63%
B = 65.27%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#104BAB (or 0x104BAB) is known color: Cobalt. HEX triplet: 10, 4B and AB. RGB value is (16,75,171). Sum of RGB (Red+Green+Blue) = 16+75+171=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #104BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104BAB is #EFB454. Grayscale: #434343. Windows color (decimal): -15709269 or 11225872. OLE color: 11225872.

HSL color Cylindrical-coordinate representation of color #104BAB: hue angle of 217.16º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104BAB is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 75 171 -
CMYK 0.91 0.56 0 0.33
HSL 217.16º 0.83% 0.37% -
HSV(B) 217.16º 0.91% 0.67% -
XYZ 10.08 8.08 39.56 -
YUV 68.3 185.95 90.69 -
System Red Green Blue C M Y K H S L
Decimal 16 75 171 0.91 0.56 0 0.33 217.16 0.83 0.37
Hex 10 4B AB 5B 38 0 21 D9 53 25
Octal 20 113 253 133 70 0 41 331 123 45
Binary 10000 1001011 10101011 1011011 111000 0 100001 11011001 1010011 100101

Color Harmonies of #104BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104BAB

Black with #104BAB

Text Example


Text Example

White with #104BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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