Html Css Color HEX #104BA5 Cobalt

📋 copy color: '#104BA5'

red 16 ◦ green 75 ◦ blue 165

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

Shades of Cobalt #104BA5

Tints of Cobalt #104BA5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.3%

 BLUE value IS 165 (64.84% from 255) = 64.45%

R = 6.25%
G = 29.3%
B = 64.45%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#104BA5 (or 0x104BA5) is known color: Cobalt. HEX triplet: 10, 4B and A5. RGB value is (16,75,165). Sum of RGB (Red+Green+Blue) = 16+75+165=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 165 (64.84% from 255 or 64.45% from 256); Max value from RGB is 165 - color contains mainly: blue. Hex color #104BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104BA5 is #EFB45A. Grayscale: #434343. Windows color (decimal): -15709275 or 10832656. OLE color: 10832656.

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

Color convert

RGB 16 75 165 -
CMYK 0.90 0.55 0 0.35
HSL 216.24º 0.82% 0.35% -
HSV(B) 216.24º 0.9% 0.65% -
XYZ 9.52 7.86 36.61 -
YUV 67.62 182.95 91.18 -
System Red Green Blue C M Y K H S L
Decimal 16 75 165 0.90 0.55 0 0.35 216.24 0.82 0.35
Hex 10 4B A5 5A 37 0 23 D8 52 23
Octal 20 113 245 132 67 0 43 330 122 43
Binary 10000 1001011 10100101 1011010 110111 0 100011 11011000 1010010 100011

Color Harmonies of #104BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104BA5

Black with #104BA5

Text Example


Text Example

White with #104BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,75,165); }

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

background-color css

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

 a { background-color: rgb(16,75,165); }

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

border-color css

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

 span { border-color: rgb(16,75,165); }

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