Html Css Color HEX #127BBF Denim

📋 copy color: '#127BBF'

red 18 ◦ green 123 ◦ blue 191

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

Shades of Denim #127BBF

Tints of Denim #127BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.05%

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

R = 5.42%
G = 37.05%
B = 57.53%

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

#127BBF (or 0x127BBF) is known color: Denim. HEX triplet: 12, 7B and BF. RGB value is (18,123,191). Sum of RGB (Red+Green+Blue) = 18+123+191=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #127BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BBF is #ED8440. Grayscale: #626262. Windows color (decimal): -15565889 or 12548882. OLE color: 12548882.

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

Color convert

RGB 18 123 191 -
CMYK 0.91 0.36 0 0.25
HSL 203.58º 0.83% 0.41% -
HSV(B) 203.58º 0.91% 0.75% -
XYZ 16.74 18.06 51.89 -
YUV 99.36 179.71 69.97 -
System Red Green Blue C M Y K H S L
Decimal 18 123 191 0.91 0.36 0 0.25 203.58 0.83 0.41
Hex 12 7B BF 5B 24 0 19 CC 53 29
Octal 22 173 277 133 44 0 31 314 123 51
Binary 10010 1111011 10111111 1011011 100100 0 11001 11001100 1010011 101001

Color Harmonies of #127BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BBF

Black with #127BBF

Text Example


Text Example

White with #127BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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