Html Css Color HEX #104BAC Cobalt

📋 copy color: '#104BAC'

red 16 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #104BAC

Tints of Cobalt #104BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 6.08%
G = 28.52%
B = 65.4%

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

#104BAC (or 0x104BAC) is known color: Cobalt. HEX triplet: 10, 4B and AC. RGB value is (16,75,172). Sum of RGB (Red+Green+Blue) = 16+75+172=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #104BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104BAC is #EFB453. Grayscale: #434343. Windows color (decimal): -15709268 or 11291408. OLE color: 11291408.

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

Color convert

RGB 16 75 172 -
CMYK 0.91 0.56 0 0.33
HSL 217.31º 0.83% 0.37% -
HSV(B) 217.31º 0.91% 0.67% -
XYZ 10.18 8.12 40.06 -
YUV 68.42 186.45 90.61 -
System Red Green Blue C M Y K H S L
Decimal 16 75 172 0.91 0.56 0 0.33 217.31 0.83 0.37
Hex 10 4B AC 5B 38 0 21 D9 53 25
Octal 20 113 254 133 70 0 41 331 123 45
Binary 10000 1001011 10101100 1011011 111000 0 100001 11011001 1010011 100101

Color Harmonies of #104BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104BAC

Black with #104BAC

Text Example


Text Example

White with #104BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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