Html Css Color HEX #1950A1 Cobalt

📋 copy color: '#1950A1'

red 25 ◦ green 80 ◦ blue 161

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

Shades of Cobalt #1950A1

Tints of Cobalt #1950A1

RGB

 RED value IS 25 (10.16% from 255) = 9.4%

 GREEN value IS 80 (31.64% from 255) = 30.08%

 BLUE value IS 161 (63.28% from 255) = 60.53%

R = 9.4%
G = 30.08%
B = 60.53%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1950A1 (or 0x1950A1) is known color: Cobalt. HEX triplet: 19, 50 and A1. RGB value is (25,80,161). Sum of RGB (Red+Green+Blue) = 25+80+161=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #1950A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1950A1 is #E6AF5E. Grayscale: #484848. Windows color (decimal): -15118175 or 10571801. OLE color: 10571801.

HSL color Cylindrical-coordinate representation of color #1950A1: hue angle of 215.74º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1950A1 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 80 161 -
CMYK 0.84 0.50 0 0.37
HSL 215.74º 0.73% 0.36% -
HSV(B) 215.74º 0.84% 0.63% -
XYZ 9.7 8.52 34.85 -
YUV 72.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 25 80 161 0.84 0.50 0 0.37 215.74 0.73 0.36
Hex 19 50 A1 54 32 0 25 D8 49 24
Octal 31 120 241 124 62 0 45 330 111 44
Binary 11001 1010000 10100001 1010100 110010 0 100101 11011000 1001001 100100

Color Harmonies of #1950A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1950A1

Black with #1950A1

Text Example


Text Example

White with #1950A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1950A1; }

 p { color: rgb(25,80,161); }

 H1.HeaderClassName
 {
   color: #1950A1;
 }
 .AnyTagClassName
 {
   color: #1950A1;
 }
</style>

background-color css

<style>
 a { background-color: #1950A1; }

 a { background-color: rgb(25,80,161); }

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

border-color css

<style>
 span { border-color: #1950A1; }

 span { border-color: rgb(25,80,161); }

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