Html Css Color HEX #104C9D Cobalt

📋 copy color: '#104C9D'

red 16 ◦ green 76 ◦ blue 157

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

Shades of Cobalt #104C9D

Tints of Cobalt #104C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.05%

R = 6.43%
G = 30.52%
B = 63.05%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#104C9D (or 0x104C9D) is known color: Cobalt. HEX triplet: 10, 4C and 9D. RGB value is (16,76,157). Sum of RGB (Red+Green+Blue) = 16+76+157=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #104C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C9D is #EFB362. Grayscale: #424242. Windows color (decimal): -15709027 or 10308624. OLE color: 10308624.

HSL color Cylindrical-coordinate representation of color #104C9D: hue angle of 214.47º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104C9D is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 76 157 -
CMYK 0.90 0.52 0 0.38
HSL 214.47º 0.82% 0.34% -
HSV(B) 214.47º 0.9% 0.62% -
XYZ 8.88 7.71 32.92 -
YUV 67.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 16 76 157 0.90 0.52 0 0.38 214.47 0.82 0.34
Hex 10 4C 9D 5A 34 0 26 D6 52 22
Octal 20 114 235 132 64 0 46 326 122 42
Binary 10000 1001100 10011101 1011010 110100 0 100110 11010110 1010010 100010

Color Harmonies of #104C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C9D

Black with #104C9D

Text Example


Text Example

White with #104C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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