Html Css Color HEX #104CB2 Cobalt

📋 copy color: '#104CB2'

red 16 ◦ green 76 ◦ blue 178

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

Shades of Cobalt #104CB2

Tints of Cobalt #104CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 65.93%

R = 5.93%
G = 28.15%
B = 65.93%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#104CB2 (or 0x104CB2) is known color: Cobalt. HEX triplet: 10, 4C and B2. RGB value is (16,76,178). Sum of RGB (Red+Green+Blue) = 16+76+178=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 178 (69.92% from 255 or 65.93% from 270); Max value from RGB is 178 - color contains mainly: blue. Hex color #104CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104CB2 is #EFB34D. Grayscale: #454545. Windows color (decimal): -15709006 or 11684880. OLE color: 11684880.

HSL color Cylindrical-coordinate representation of color #104CB2: hue angle of 217.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104CB2 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 76 178 -
CMYK 0.91 0.57 0 0.30
HSL 217.78º 0.84% 0.38% -
HSV(B) 217.78º 0.91% 0.7% -
XYZ 10.83 8.49 43.19 -
YUV 69.69 189.12 89.71 -
System Red Green Blue C M Y K H S L
Decimal 16 76 178 0.91 0.57 0 0.30 217.78 0.84 0.38
Hex 10 4C B2 5B 39 0 1E DA 54 26
Octal 20 114 262 133 71 0 36 332 124 46
Binary 10000 1001100 10110010 1011011 111001 0 11110 11011010 1010100 100110

Color Harmonies of #104CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CB2

Black with #104CB2

Text Example


Text Example

White with #104CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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