Html Css Color HEX #127068 Blue Stone

📋 copy color: '#127068'

red 18 ◦ green 112 ◦ blue 104

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

Shades of Blue Stone #127068

Tints of Blue Stone #127068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.86%

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 7.69%
G = 47.86%
B = 44.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#127068 (or 0x127068) is known color: Blue Stone. HEX triplet: 12, 70 and 68. RGB value is (18,112,104). Sum of RGB (Red+Green+Blue) = 18+112+104=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #127068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127068 is #ED8F97. Grayscale: #525252. Windows color (decimal): -15568792 or 6844434. OLE color: 6844434.

HSL color Cylindrical-coordinate representation of color #127068: hue angle of 174.89º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127068 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 104 -
CMYK 0.84 0 0.07 0.56
HSL 174.89º 0.72% 0.25% -
HSV(B) 174.89º 0.84% 0.44% -
XYZ 8.54 12.72 15.1 -
YUV 82.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 18 112 104 0.84 0 0.07 0.56 174.89 0.72 0.25
Hex 12 70 68 54 0 7 38 AF 48 19
Octal 22 160 150 124 0 7 70 257 110 31
Binary 10010 1110000 1101000 1010100 0 111 111000 10101111 1001000 11001

Color Harmonies of #127068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127068

Black with #127068

Text Example


Text Example

White with #127068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127068; }

 p { color: rgb(18,112,104); }

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

background-color css

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

 a { background-color: rgb(18,112,104); }

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

border-color css

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

 span { border-color: rgb(18,112,104); }

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