Html Css Color HEX #124CCF Denim

📋 copy color: '#124CCF'

red 18 ◦ green 76 ◦ blue 207

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

Shades of Denim #124CCF

Tints of Denim #124CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

 BLUE value IS 207 (81.25% from 255) = 68.77%

R = 5.98%
G = 25.25%
B = 68.77%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#124CCF (or 0x124CCF) is known color: Denim. HEX triplet: 12, 4C and CF. RGB value is (18,76,207). Sum of RGB (Red+Green+Blue) = 18+76+207=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #124CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CCF is #EDB330. Grayscale: #494949. Windows color (decimal): -15577905 or 13585426. OLE color: 13585426.

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

Color convert

RGB 18 76 207 -
CMYK 0.91 0.63 0 0.19
HSL 221.59º 0.84% 0.44% -
HSV(B) 221.59º 0.91% 0.81% -
XYZ 14.1 9.8 60.18 -
YUV 73.59 203.28 88.35 -
System Red Green Blue C M Y K H S L
Decimal 18 76 207 0.91 0.63 0 0.19 221.59 0.84 0.44
Hex 12 4C CF 5B 3F 0 13 DE 54 2C
Octal 22 114 317 133 77 0 23 336 124 54
Binary 10010 1001100 11001111 1011011 111111 0 10011 11011110 1010100 101100

Color Harmonies of #124CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CCF

Black with #124CCF

Text Example


Text Example

White with #124CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,207); }

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

background-color css

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

 a { background-color: rgb(18,76,207); }

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

border-color css

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

 span { border-color: rgb(18,76,207); }

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