Html Css Color HEX #104DAF Cobalt

📋 copy color: '#104DAF'

red 16 ◦ green 77 ◦ blue 175

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

Shades of Cobalt #104DAF

Tints of Cobalt #104DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

 BLUE value IS 175 (68.75% from 255) = 65.3%

R = 5.97%
G = 28.73%
B = 65.3%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#104DAF (or 0x104DAF) is known color: Cobalt. HEX triplet: 10, 4D and AF. RGB value is (16,77,175). Sum of RGB (Red+Green+Blue) = 16+77+175=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #104DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DAF is #EFB250. Grayscale: #454545. Windows color (decimal): -15708753 or 11488528. OLE color: 11488528.

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

Color convert

RGB 16 77 175 -
CMYK 0.91 0.56 0 0.31
HSL 216.98º 0.83% 0.37% -
HSV(B) 216.98º 0.91% 0.69% -
XYZ 10.61 8.51 41.64 -
YUV 69.93 187.29 89.53 -
System Red Green Blue C M Y K H S L
Decimal 16 77 175 0.91 0.56 0 0.31 216.98 0.83 0.37
Hex 10 4D AF 5B 38 0 1F D9 53 25
Octal 20 115 257 133 70 0 37 331 123 45
Binary 10000 1001101 10101111 1011011 111000 0 11111 11011001 1010011 100101

Color Harmonies of #104DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DAF

Black with #104DAF

Text Example


Text Example

White with #104DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,77,175); }

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

background-color css

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

 a { background-color: rgb(16,77,175); }

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

border-color css

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

 span { border-color: rgb(16,77,175); }

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