Html Css Color HEX #1249B3 Cobalt

📋 copy color: '#1249B3'

red 18 ◦ green 73 ◦ blue 179

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

Shades of Cobalt #1249B3

Tints of Cobalt #1249B3

RGB

 RED value IS 18 (7.42% from 255) = 6.67%

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 179 (70.31% from 255) = 66.3%

R = 6.67%
G = 27.04%
B = 66.3%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1249B3 (or 0x1249B3) is known color: Cobalt. HEX triplet: 12, 49 and B3. RGB value is (18,73,179). Sum of RGB (Red+Green+Blue) = 18+73+179=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 179 (70.31% from 255 or 66.30% from 270); Max value from RGB is 179 - color contains mainly: blue. Hex color #1249B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249B3 is #EDB64C. Grayscale: #444444. Windows color (decimal): -15578701 or 11749650. OLE color: 11749650.

HSL color Cylindrical-coordinate representation of color #1249B3: hue angle of 219.5º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1249B3 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 73 179 -
CMYK 0.90 0.59 0 0.30
HSL 219.5º 0.82% 0.39% -
HSV(B) 219.5º 0.9% 0.7% -
XYZ 10.77 8.15 43.65 -
YUV 68.64 190.28 91.88 -
System Red Green Blue C M Y K H S L
Decimal 18 73 179 0.90 0.59 0 0.30 219.5 0.82 0.39
Hex 12 49 B3 5A 3B 0 1E DC 52 27
Octal 22 111 263 132 73 0 36 334 122 47
Binary 10010 1001001 10110011 1011010 111011 0 11110 11011100 1010010 100111

Color Harmonies of #1249B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249B3

Black with #1249B3

Text Example


Text Example

White with #1249B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1249B3; }

 p { color: rgb(18,73,179); }

 H1.HeaderClassName
 {
   color: #1249B3;
 }
 .AnyTagClassName
 {
   color: #1249B3;
 }
</style>

background-color css

<style>
 a { background-color: #1249B3; }

 a { background-color: rgb(18,73,179); }

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

border-color css

<style>
 span { border-color: #1249B3; }

 span { border-color: rgb(18,73,179); }

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