Html Css Color HEX #1F6360 Blue Stone

📋 copy color: '#1F6360'

red 31 ◦ green 99 ◦ blue 96

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

Shades of Blue Stone #1F6360

Tints of Blue Stone #1F6360

RGB

 RED value IS 31 (12.5% from 255) = 13.72%

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

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 13.72%
G = 43.81%
B = 42.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#1F6360 (or 0x1F6360) is known color: Blue Stone. HEX triplet: 1F, 63 and 60. RGB value is (31,99,96). Sum of RGB (Red+Green+Blue) = 31+99+96=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6360 is #E09C9F. Grayscale: #4E4E4E. Windows color (decimal): -14720160 or 6316831. OLE color: 6316831.

HSL color Cylindrical-coordinate representation of color #1F6360: hue angle of 177.35º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6360 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 99 96 -
CMYK 0.69 0 0.03 0.61
HSL 177.35º 0.52% 0.25% -
HSV(B) 177.35º 0.69% 0.39% -
XYZ 7.14 10.06 12.63 -
YUV 78.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 31 99 96 0.69 0 0.03 0.61 177.35 0.52 0.25
Hex 1F 63 60 45 0 3 3D B1 34 19
Octal 37 143 140 105 0 3 75 261 64 31
Binary 11111 1100011 1100000 1000101 0 11 111101 10110001 110100 11001

Color Harmonies of #1F6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6360

Black with #1F6360

Text Example


Text Example

White with #1F6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F6360; }

 p { color: rgb(31,99,96); }

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

background-color css

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

 a { background-color: rgb(31,99,96); }

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

border-color css

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

 span { border-color: rgb(31,99,96); }

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