Html Css Color HEX #124BAF Cobalt

📋 copy color: '#124BAF'

red 18 ◦ green 75 ◦ blue 175

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

Shades of Cobalt #124BAF

Tints of Cobalt #124BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

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

R = 6.72%
G = 27.99%
B = 65.3%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#124BAF (or 0x124BAF) is known color: Cobalt. HEX triplet: 12, 4B and AF. RGB value is (18,75,175). Sum of RGB (Red+Green+Blue) = 18+75+175=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #124BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BAF is #EDB450. Grayscale: #444444. Windows color (decimal): -15578193 or 11488018. OLE color: 11488018.

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

Color convert

RGB 18 75 175 -
CMYK 0.90 0.57 0 0.31
HSL 218.22º 0.81% 0.38% -
HSV(B) 218.22º 0.9% 0.69% -
XYZ 10.5 8.26 41.6 -
YUV 69.36 187.62 91.37 -
System Red Green Blue C M Y K H S L
Decimal 18 75 175 0.90 0.57 0 0.31 218.22 0.81 0.38
Hex 12 4B AF 5A 39 0 1F DA 51 26
Octal 22 113 257 132 71 0 37 332 121 46
Binary 10010 1001011 10101111 1011010 111001 0 11111 11011010 1010001 100110

Color Harmonies of #124BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BAF

Black with #124BAF

Text Example


Text Example

White with #124BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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