Html Css Color HEX #1F5F75 Orient

📋 copy color: '#1F5F75'

red 31 ◦ green 95 ◦ blue 117

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

Shades of Orient #1F5F75

Tints of Orient #1F5F75

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 12.76%
G = 39.09%
B = 48.15%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F5F75 (or 0x1F5F75) is known color: Orient. HEX triplet: 1F, 5F and 75. RGB value is (31,95,117). Sum of RGB (Red+Green+Blue) = 31+95+117=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F5F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F75 is #E0A08A. Grayscale: #4E4E4E. Windows color (decimal): -14721163 or 7692063. OLE color: 7692063.

HSL color Cylindrical-coordinate representation of color #1F5F75: hue angle of 195.35º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5F75 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 95 117 -
CMYK 0.74 0.19 0 0.54
HSL 195.35º 0.58% 0.29% -
HSV(B) 195.35º 0.74% 0.46% -
XYZ 7.87 9.76 18.3 -
YUV 78.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 31 95 117 0.74 0.19 0 0.54 195.35 0.58 0.29
Hex 1F 5F 75 4A 13 0 36 C3 3A 1D
Octal 37 137 165 112 23 0 66 303 72 35
Binary 11111 1011111 1110101 1001010 10011 0 110110 11000011 111010 11101

Color Harmonies of #1F5F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5F75

Black with #1F5F75

Text Example


Text Example

White with #1F5F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,95,117); }

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

background-color css

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

 a { background-color: rgb(31,95,117); }

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

border-color css

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

 span { border-color: rgb(31,95,117); }

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