Html Css Color HEX #1249AF Cobalt

📋 copy color: '#1249AF'

red 18 ◦ green 73 ◦ blue 175

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

Shades of Cobalt #1249AF

Tints of Cobalt #1249AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.79%

R = 6.77%
G = 27.44%
B = 65.79%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1249AF (or 0x1249AF) is known color: Cobalt. HEX triplet: 12, 49 and AF. RGB value is (18,73,175). Sum of RGB (Red+Green+Blue) = 18+73+175=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #1249AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1249AF is #EDB650. Grayscale: #434343. Windows color (decimal): -15578705 or 11487506. OLE color: 11487506.

HSL color Cylindrical-coordinate representation of color #1249AF: hue angle of 218.98º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1249AF is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 73 175 -
CMYK 0.90 0.58 0 0.31
HSL 218.98º 0.81% 0.38% -
HSV(B) 218.98º 0.9% 0.69% -
XYZ 10.37 7.99 41.55 -
YUV 68.18 188.28 92.21 -
System Red Green Blue C M Y K H S L
Decimal 18 73 175 0.90 0.58 0 0.31 218.98 0.81 0.38
Hex 12 49 AF 5A 3A 0 1F DB 51 26
Octal 22 111 257 132 72 0 37 333 121 46
Binary 10010 1001001 10101111 1011010 111010 0 11111 11011011 1010001 100110

Color Harmonies of #1249AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249AF

Black with #1249AF

Text Example


Text Example

White with #1249AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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