Html Css Color HEX #124BAB Cobalt

📋 copy color: '#124BAB'

red 18 ◦ green 75 ◦ blue 171

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

Shades of Cobalt #124BAB

Tints of Cobalt #124BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.77%

R = 6.82%
G = 28.41%
B = 64.77%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#124BAB (or 0x124BAB) is known color: Cobalt. HEX triplet: 12, 4B and AB. RGB value is (18,75,171). Sum of RGB (Red+Green+Blue) = 18+75+171=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #124BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BAB is #EDB454. Grayscale: #444444. Windows color (decimal): -15578197 or 11225874. OLE color: 11225874.

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

Color convert

RGB 18 75 171 -
CMYK 0.89 0.56 0 0.33
HSL 217.65º 0.81% 0.37% -
HSV(B) 217.65º 0.89% 0.67% -
XYZ 10.12 8.1 39.56 -
YUV 68.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 18 75 171 0.89 0.56 0 0.33 217.65 0.81 0.37
Hex 12 4B AB 59 38 0 21 DA 51 25
Octal 22 113 253 131 70 0 41 332 121 45
Binary 10010 1001011 10101011 1011001 111000 0 100001 11011010 1010001 100101

Color Harmonies of #124BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BAB

Black with #124BAB

Text Example


Text Example

White with #124BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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