Html Css Color HEX #104AB1 Cobalt

📋 copy color: '#104AB1'

red 16 ◦ green 74 ◦ blue 177

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

Shades of Cobalt #104AB1

Tints of Cobalt #104AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 66.29%

R = 5.99%
G = 27.72%
B = 66.29%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#104AB1 (or 0x104AB1) is known color: Cobalt. HEX triplet: 10, 4A and B1. RGB value is (16,74,177). Sum of RGB (Red+Green+Blue) = 16+74+177=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 177 (69.53% from 255 or 66.29% from 267); Max value from RGB is 177 - color contains mainly: blue. Hex color #104AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AB1 is #EFB54E. Grayscale: #434343. Windows color (decimal): -15709519 or 11618832. OLE color: 11618832.

HSL color Cylindrical-coordinate representation of color #104AB1: hue angle of 218.39º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104AB1 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 74 177 -
CMYK 0.91 0.58 0 0.31
HSL 218.39º 0.83% 0.38% -
HSV(B) 218.39º 0.91% 0.69% -
XYZ 10.6 8.18 42.62 -
YUV 68.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 16 74 177 0.91 0.58 0 0.31 218.39 0.83 0.38
Hex 10 4A B1 5B 3A 0 1F DA 53 26
Octal 20 112 261 133 72 0 37 332 123 46
Binary 10000 1001010 10110001 1011011 111010 0 11111 11011010 1010011 100110

Color Harmonies of #104AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AB1

Black with #104AB1

Text Example


Text Example

White with #104AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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