Html Css Color HEX #1F5C63 Blue Stone

📋 copy color: '#1F5C63'

red 31 ◦ green 92 ◦ blue 99

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

Shades of Blue Stone #1F5C63

Tints of Blue Stone #1F5C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.44%

 BLUE value IS 99 (39.06% from 255) = 44.59%

R = 13.96%
G = 41.44%
B = 44.59%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F5C63 (or 0x1F5C63) is known color: Blue Stone. HEX triplet: 1F, 5C and 63. RGB value is (31,92,99). Sum of RGB (Red+Green+Blue) = 31+92+99=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F5C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5C63 is #E0A39C. Grayscale: #4A4A4A. Windows color (decimal): -14721949 or 6511647. OLE color: 6511647.

HSL color Cylindrical-coordinate representation of color #1F5C63: hue angle of 186.18º 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 #1F5C63 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 92 99 -
CMYK 0.69 0.07 0 0.61
HSL 186.18º 0.52% 0.25% -
HSV(B) 186.18º 0.69% 0.39% -
XYZ 6.64 8.85 13.16 -
YUV 74.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 31 92 99 0.69 0.07 0 0.61 186.18 0.52 0.25
Hex 1F 5C 63 45 7 0 3D BA 34 19
Octal 37 134 143 105 7 0 75 272 64 31
Binary 11111 1011100 1100011 1000101 111 0 111101 10111010 110100 11001

Color Harmonies of #1F5C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5C63

Black with #1F5C63

Text Example


Text Example

White with #1F5C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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