Html Css Color HEX #126367 Blue Stone

📋 copy color: '#126367'

red 18 ◦ green 99 ◦ blue 103

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

Shades of Blue Stone #126367

Tints of Blue Stone #126367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

 BLUE value IS 103 (40.63% from 255) = 46.82%

R = 8.18%
G = 45%
B = 46.82%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#126367 (or 0x126367) is known color: Blue Stone. HEX triplet: 12, 63 and 67. RGB value is (18,99,103). Sum of RGB (Red+Green+Blue) = 18+99+103=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #126367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126367 is #ED9C98. Grayscale: #4B4B4B. Windows color (decimal): -15572121 or 6775570. OLE color: 6775570.

HSL color Cylindrical-coordinate representation of color #126367: hue angle of 182.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126367 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 99 103 -
CMYK 0.83 0.04 0 0.60
HSL 182.82º 0.7% 0.24% -
HSV(B) 182.82º 0.83% 0.4% -
XYZ 7.16 10.03 14.39 -
YUV 75.24 143.66 87.17 -
System Red Green Blue C M Y K H S L
Decimal 18 99 103 0.83 0.04 0 0.60 182.82 0.7 0.24
Hex 12 63 67 53 4 0 3C B7 46 18
Octal 22 143 147 123 4 0 74 267 106 30
Binary 10010 1100011 1100111 1010011 100 0 111100 10110111 1000110 11000

Color Harmonies of #126367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126367

Black with #126367

Text Example


Text Example

White with #126367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126367; }

 p { color: rgb(18,99,103); }

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

background-color css

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

 a { background-color: rgb(18,99,103); }

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

border-color css

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

 span { border-color: rgb(18,99,103); }

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