Html Css Color HEX #104CAF Cobalt

📋 copy color: '#104CAF'

red 16 ◦ green 76 ◦ blue 175

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

Shades of Cobalt #104CAF

Tints of Cobalt #104CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 5.99%
G = 28.46%
B = 65.54%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#104CAF (or 0x104CAF) is known color: Cobalt. HEX triplet: 10, 4C and AF. RGB value is (16,76,175). Sum of RGB (Red+Green+Blue) = 16+76+175=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #104CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104CAF is #EFB350. Grayscale: #444444. Windows color (decimal): -15709009 or 11488272. OLE color: 11488272.

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

Color convert

RGB 16 76 175 -
CMYK 0.91 0.57 0 0.31
HSL 217.36º 0.83% 0.37% -
HSV(B) 217.36º 0.91% 0.69% -
XYZ 10.54 8.37 41.62 -
YUV 69.35 187.62 89.95 -
System Red Green Blue C M Y K H S L
Decimal 16 76 175 0.91 0.57 0 0.31 217.36 0.83 0.37
Hex 10 4C AF 5B 39 0 1F D9 53 25
Octal 20 114 257 133 71 0 37 331 123 45
Binary 10000 1001100 10101111 1011011 111001 0 11111 11011001 1010011 100101

Color Harmonies of #104CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CAF

Black with #104CAF

Text Example


Text Example

White with #104CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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