Html Css Color HEX #124FA4 Cobalt

📋 copy color: '#124FA4'

red 18 ◦ green 79 ◦ blue 164

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

Shades of Cobalt #124FA4

Tints of Cobalt #124FA4

RGB

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

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

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

R = 6.9%
G = 30.27%
B = 62.84%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#124FA4 (or 0x124FA4) is known color: Cobalt. HEX triplet: 12, 4F and A4. RGB value is (18,79,164). Sum of RGB (Red+Green+Blue) = 18+79+164=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #124FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124FA4 is #EDB05B. Grayscale: #464646. Windows color (decimal): -15577180 or 10768146. OLE color: 10768146.

HSL color Cylindrical-coordinate representation of color #124FA4: hue angle of 214.93º 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 #124FA4 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 79 164 -
CMYK 0.89 0.52 0 0.36
HSL 214.93º 0.8% 0.36% -
HSV(B) 214.93º 0.89% 0.64% -
XYZ 9.75 8.4 36.23 -
YUV 70.45 180.79 90.59 -
System Red Green Blue C M Y K H S L
Decimal 18 79 164 0.89 0.52 0 0.36 214.93 0.8 0.36
Hex 12 4F A4 59 34 0 24 D7 50 24
Octal 22 117 244 131 64 0 44 327 120 44
Binary 10010 1001111 10100100 1011001 110100 0 100100 11010111 1010000 100100

Color Harmonies of #124FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FA4

Black with #124FA4

Text Example


Text Example

White with #124FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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