Html Css Color HEX #104AAD Cobalt

📋 copy color: '#104AAD'

red 16 ◦ green 74 ◦ blue 173

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

Shades of Cobalt #104AAD

Tints of Cobalt #104AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.78%

R = 6.08%
G = 28.14%
B = 65.78%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#104AAD (or 0x104AAD) is known color: Cobalt. HEX triplet: 10, 4A and AD. RGB value is (16,74,173). Sum of RGB (Red+Green+Blue) = 16+74+173=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #104AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AAD is #EFB552. Grayscale: #434343. Windows color (decimal): -15709523 or 11356688. OLE color: 11356688.

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

Color convert

RGB 16 74 173 -
CMYK 0.91 0.57 0 0.32
HSL 217.83º 0.83% 0.37% -
HSV(B) 217.83º 0.91% 0.68% -
XYZ 10.21 8.02 40.55 -
YUV 67.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 16 74 173 0.91 0.57 0 0.32 217.83 0.83 0.37
Hex 10 4A AD 5B 39 0 20 DA 53 25
Octal 20 112 255 133 71 0 40 332 123 45
Binary 10000 1001010 10101101 1011011 111001 0 100000 11011010 1010011 100101

Color Harmonies of #104AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AAD

Black with #104AAD

Text Example


Text Example

White with #104AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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