Html Css Color HEX #127CBF Denim

📋 copy color: '#127CBF'

red 18 ◦ green 124 ◦ blue 191

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

Shades of Denim #127CBF

Tints of Denim #127CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.24%

 BLUE value IS 191 (75% from 255) = 57.36%

R = 5.41%
G = 37.24%
B = 57.36%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#127CBF (or 0x127CBF) is known color: Denim. HEX triplet: 12, 7C and BF. RGB value is (18,124,191). Sum of RGB (Red+Green+Blue) = 18+124+191=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #127CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CBF is #ED8340. Grayscale: #636363. Windows color (decimal): -15565633 or 12549138. OLE color: 12549138.

HSL color Cylindrical-coordinate representation of color #127CBF: hue angle of 203.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127CBF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 124 191 -
CMYK 0.91 0.35 0 0.25
HSL 203.24º 0.83% 0.41% -
HSV(B) 203.24º 0.91% 0.75% -
XYZ 16.86 18.31 51.93 -
YUV 99.94 179.38 69.55 -
System Red Green Blue C M Y K H S L
Decimal 18 124 191 0.91 0.35 0 0.25 203.24 0.83 0.41
Hex 12 7C BF 5B 23 0 19 CB 53 29
Octal 22 174 277 133 43 0 31 313 123 51
Binary 10010 1111100 10111111 1011011 100011 0 11001 11001011 1010011 101001

Color Harmonies of #127CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CBF

Black with #127CBF

Text Example


Text Example

White with #127CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127CBF; }

 p { color: rgb(18,124,191); }

 H1.HeaderClassName
 {
   color: #127CBF;
 }
 .AnyTagClassName
 {
   color: #127CBF;
 }
</style>

background-color css

<style>
 a { background-color: #127CBF; }

 a { background-color: rgb(18,124,191); }

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

border-color css

<style>
 span { border-color: #127CBF; }

 span { border-color: rgb(18,124,191); }

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