Html Css Color HEX #124DAF Cobalt

📋 copy color: '#124DAF'

red 18 ◦ green 77 ◦ blue 175

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

Shades of Cobalt #124DAF

Tints of Cobalt #124DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

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

R = 6.67%
G = 28.52%
B = 64.81%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#124DAF (or 0x124DAF) is known color: Cobalt. HEX triplet: 12, 4D and AF. RGB value is (18,77,175). Sum of RGB (Red+Green+Blue) = 18+77+175=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #124DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DAF is #EDB250. Grayscale: #464646. Windows color (decimal): -15577681 or 11488530. OLE color: 11488530.

HSL color Cylindrical-coordinate representation of color #124DAF: hue angle of 217.45º 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 #124DAF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 77 175 -
CMYK 0.90 0.56 0 0.31
HSL 217.45º 0.81% 0.38% -
HSV(B) 217.45º 0.9% 0.69% -
XYZ 10.64 8.53 41.64 -
YUV 70.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 18 77 175 0.90 0.56 0 0.31 217.45 0.81 0.38
Hex 12 4D AF 5A 38 0 1F D9 51 26
Octal 22 115 257 132 70 0 37 331 121 46
Binary 10010 1001101 10101111 1011010 111000 0 11111 11011001 1010001 100110

Color Harmonies of #124DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DAF

Black with #124DAF

Text Example


Text Example

White with #124DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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