Html Css Color HEX #1247A4 Cobalt

📋 copy color: '#1247A4'

red 18 ◦ green 71 ◦ blue 164

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

Shades of Cobalt #1247A4

Tints of Cobalt #1247A4

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 164 (64.45% from 255) = 64.82%

R = 7.11%
G = 28.06%
B = 64.82%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1247A4 (or 0x1247A4) is known color: Cobalt. HEX triplet: 12, 47 and A4. RGB value is (18,71,164). Sum of RGB (Red+Green+Blue) = 18+71+164=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #1247A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1247A4 is #EDB85B. Grayscale: #414141. Windows color (decimal): -15579228 or 10766098. OLE color: 10766098.

HSL color Cylindrical-coordinate representation of color #1247A4: hue angle of 218.22º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1247A4 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 71 164 -
CMYK 0.89 0.57 0 0.36
HSL 218.22º 0.8% 0.36% -
HSV(B) 218.22º 0.89% 0.64% -
XYZ 9.2 7.32 36.05 -
YUV 65.76 183.44 93.94 -
System Red Green Blue C M Y K H S L
Decimal 18 71 164 0.89 0.57 0 0.36 218.22 0.8 0.36
Hex 12 47 A4 59 39 0 24 DA 50 24
Octal 22 107 244 131 71 0 44 332 120 44
Binary 10010 1000111 10100100 1011001 111001 0 100100 11011010 1010000 100100

Color Harmonies of #1247A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1247A4

Black with #1247A4

Text Example


Text Example

White with #1247A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1247A4; }

 p { color: rgb(18,71,164); }

 H1.HeaderClassName
 {
   color: #1247A4;
 }
 .AnyTagClassName
 {
   color: #1247A4;
 }
</style>

background-color css

<style>
 a { background-color: #1247A4; }

 a { background-color: rgb(18,71,164); }

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

border-color css

<style>
 span { border-color: #1247A4; }

 span { border-color: rgb(18,71,164); }

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