Html Css Color HEX #124BA4 Cobalt

📋 copy color: '#124BA4'

red 18 ◦ green 75 ◦ blue 164

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

Shades of Cobalt #124BA4

Tints of Cobalt #124BA4

RGB

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

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

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

R = 7%
G = 29.18%
B = 63.81%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#124BA4 (or 0x124BA4) is known color: Cobalt. HEX triplet: 12, 4B and A4. RGB value is (18,75,164). Sum of RGB (Red+Green+Blue) = 18+75+164=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 164 (64.45% from 255 or 63.81% from 257); Max value from RGB is 164 - color contains mainly: blue. Hex color #124BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BA4 is #EDB45B. Grayscale: #434343. Windows color (decimal): -15578204 or 10767122. OLE color: 10767122.

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

Color convert

RGB 18 75 164 -
CMYK 0.89 0.54 0 0.36
HSL 216.58º 0.8% 0.36% -
HSV(B) 216.58º 0.89% 0.64% -
XYZ 9.47 7.84 36.14 -
YUV 68.1 182.12 92.26 -
System Red Green Blue C M Y K H S L
Decimal 18 75 164 0.89 0.54 0 0.36 216.58 0.8 0.36
Hex 12 4B A4 59 36 0 24 D9 50 24
Octal 22 113 244 131 66 0 44 331 120 44
Binary 10010 1001011 10100100 1011001 110110 0 100100 11011001 1010000 100100

Color Harmonies of #124BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BA4

Black with #124BA4

Text Example


Text Example

White with #124BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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