Html Css Color HEX #127ABE Denim

📋 copy color: '#127ABE'

red 18 ◦ green 122 ◦ blue 190

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

Shades of Denim #127ABE

Tints of Denim #127ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.97%

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 5.45%
G = 36.97%
B = 57.58%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#127ABE (or 0x127ABE) is known color: Denim. HEX triplet: 12, 7A and BE. RGB value is (18,122,190). Sum of RGB (Red+Green+Blue) = 18+122+190=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #127ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ABE is #ED8541. Grayscale: #626262. Windows color (decimal): -15566146 or 12483090. OLE color: 12483090.

HSL color Cylindrical-coordinate representation of color #127ABE: hue angle of 203.72º 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 #127ABE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 122 190 -
CMYK 0.91 0.36 0 0.25
HSL 203.72º 0.83% 0.41% -
HSV(B) 203.72º 0.91% 0.75% -
XYZ 16.5 17.77 51.27 -
YUV 98.66 179.54 70.47 -
System Red Green Blue C M Y K H S L
Decimal 18 122 190 0.91 0.36 0 0.25 203.72 0.83 0.41
Hex 12 7A BE 5B 24 0 19 CC 53 29
Octal 22 172 276 133 44 0 31 314 123 51
Binary 10010 1111010 10111110 1011011 100100 0 11001 11001100 1010011 101001

Color Harmonies of #127ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ABE

Black with #127ABE

Text Example


Text Example

White with #127ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,190); }

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

background-color css

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

 a { background-color: rgb(18,122,190); }

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

border-color css

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

 span { border-color: rgb(18,122,190); }

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