Html Css Color HEX #104DA3 Cobalt

📋 copy color: '#104DA3'

red 16 ◦ green 77 ◦ blue 163

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

Shades of Cobalt #104DA3

Tints of Cobalt #104DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 63.67%

R = 6.25%
G = 30.08%
B = 63.67%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#104DA3 (or 0x104DA3) is known color: Cobalt. HEX triplet: 10, 4D and A3. RGB value is (16,77,163). Sum of RGB (Red+Green+Blue) = 16+77+163=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #104DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DA3 is #EFB25C. Grayscale: #444444. Windows color (decimal): -15708765 or 10702096. OLE color: 10702096.

HSL color Cylindrical-coordinate representation of color #104DA3: hue angle of 215.1º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104DA3 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 77 163 -
CMYK 0.90 0.53 0 0.36
HSL 215.1º 0.82% 0.35% -
HSV(B) 215.1º 0.9% 0.64% -
XYZ 9.48 8.06 35.71 -
YUV 68.57 181.29 90.51 -
System Red Green Blue C M Y K H S L
Decimal 16 77 163 0.90 0.53 0 0.36 215.1 0.82 0.35
Hex 10 4D A3 5A 35 0 24 D7 52 23
Octal 20 115 243 132 65 0 44 327 122 43
Binary 10000 1001101 10100011 1011010 110101 0 100100 11010111 1010010 100011

Color Harmonies of #104DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DA3

Black with #104DA3

Text Example


Text Example

White with #104DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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