Html Css Color HEX #124FAA Cobalt

📋 copy color: '#124FAA'

red 18 ◦ green 79 ◦ blue 170

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

Shades of Cobalt #124FAA

Tints of Cobalt #124FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.59%

 BLUE value IS 170 (66.8% from 255) = 63.67%

R = 6.74%
G = 29.59%
B = 63.67%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#124FAA (or 0x124FAA) is known color: Cobalt. HEX triplet: 12, 4F and AA. RGB value is (18,79,170). Sum of RGB (Red+Green+Blue) = 18+79+170=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #124FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124FAA is #EDB055. Grayscale: #464646. Windows color (decimal): -15577174 or 11161362. OLE color: 11161362.

HSL color Cylindrical-coordinate representation of color #124FAA: hue angle of 215.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124FAA is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 79 170 -
CMYK 0.89 0.54 0 0.33
HSL 215.92º 0.81% 0.37% -
HSV(B) 215.92º 0.89% 0.67% -
XYZ 10.3 8.62 39.15 -
YUV 71.14 183.79 90.1 -
System Red Green Blue C M Y K H S L
Decimal 18 79 170 0.89 0.54 0 0.33 215.92 0.81 0.37
Hex 12 4F AA 59 36 0 21 D8 51 25
Octal 22 117 252 131 66 0 41 330 121 45
Binary 10010 1001111 10101010 1011001 110110 0 100001 11011000 1010001 100101

Color Harmonies of #124FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FAA

Black with #124FAA

Text Example


Text Example

White with #124FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124FAA; }

 p { color: rgb(18,79,170); }

 H1.HeaderClassName
 {
   color: #124FAA;
 }
 .AnyTagClassName
 {
   color: #124FAA;
 }
</style>

background-color css

<style>
 a { background-color: #124FAA; }

 a { background-color: rgb(18,79,170); }

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

border-color css

<style>
 span { border-color: #124FAA; }

 span { border-color: rgb(18,79,170); }

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