Html Css Color HEX #124BCA Denim

📋 copy color: '#124BCA'

red 18 ◦ green 75 ◦ blue 202

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

Shades of Denim #124BCA

Tints of Denim #124BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 6.1%
G = 25.42%
B = 68.47%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#124BCA (or 0x124BCA) is known color: Denim. HEX triplet: 12, 4B and CA. RGB value is (18,75,202). Sum of RGB (Red+Green+Blue) = 18+75+202=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #124BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BCA is #EDB435. Grayscale: #474747. Windows color (decimal): -15578166 or 13257490. OLE color: 13257490.

HSL color Cylindrical-coordinate representation of color #124BCA: hue angle of 221.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BCA is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 75 202 -
CMYK 0.91 0.63 0 0.21
HSL 221.41º 0.84% 0.43% -
HSV(B) 221.41º 0.91% 0.79% -
XYZ 13.43 9.43 56.99 -
YUV 72.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 18 75 202 0.91 0.63 0 0.21 221.41 0.84 0.43
Hex 12 4B CA 5B 3F 0 15 DD 54 2B
Octal 22 113 312 133 77 0 25 335 124 53
Binary 10010 1001011 11001010 1011011 111111 0 10101 11011101 1010100 101011

Color Harmonies of #124BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BCA

Black with #124BCA

Text Example


Text Example

White with #124BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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