Html Css Color HEX #124FBA Denim

📋 copy color: '#124FBA'

red 18 ◦ green 79 ◦ blue 186

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

Shades of Denim #124FBA

Tints of Denim #124FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.72%

R = 6.36%
G = 27.92%
B = 65.72%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#124FBA (or 0x124FBA) is known color: Denim. HEX triplet: 12, 4F and BA. RGB value is (18,79,186). Sum of RGB (Red+Green+Blue) = 18+79+186=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #124FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FBA is #EDB045. Grayscale: #484848. Windows color (decimal): -15577158 or 12209938. OLE color: 12209938.

HSL color Cylindrical-coordinate representation of color #124FBA: hue angle of 218.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124FBA is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 79 186 -
CMYK 0.90 0.58 0 0.27
HSL 218.21º 0.82% 0.4% -
HSV(B) 218.21º 0.9% 0.73% -
XYZ 11.91 9.27 47.62 -
YUV 72.96 191.79 88.8 -
System Red Green Blue C M Y K H S L
Decimal 18 79 186 0.90 0.58 0 0.27 218.21 0.82 0.4
Hex 12 4F BA 5A 3A 0 1B DA 52 28
Octal 22 117 272 132 72 0 33 332 122 50
Binary 10010 1001111 10111010 1011010 111010 0 11011 11011010 1010010 101000

Color Harmonies of #124FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FBA

Black with #124FBA

Text Example


Text Example

White with #124FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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