Html Css Color HEX #1F5875 Orient

📋 copy color: '#1F5875'

red 31 ◦ green 88 ◦ blue 117

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

Shades of Orient #1F5875

Tints of Orient #1F5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.29%

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

R = 13.14%
G = 37.29%
B = 49.58%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F5875 (or 0x1F5875) is known color: Orient. HEX triplet: 1F, 58 and 75. RGB value is (31,88,117). Sum of RGB (Red+Green+Blue) = 31+88+117=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F5875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5875 is #E0A78A. Grayscale: #4A4A4A. Windows color (decimal): -14722955 or 7690271. OLE color: 7690271.

HSL color Cylindrical-coordinate representation of color #1F5875: hue angle of 200.23º 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 #1F5875 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 88 117 -
CMYK 0.74 0.25 0 0.54
HSL 200.23º 0.58% 0.29% -
HSV(B) 200.23º 0.74% 0.46% -
XYZ 7.27 8.56 18.1 -
YUV 74.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 31 88 117 0.74 0.25 0 0.54 200.23 0.58 0.29
Hex 1F 58 75 4A 19 0 36 C8 3A 1D
Octal 37 130 165 112 31 0 66 310 72 35
Binary 11111 1011000 1110101 1001010 11001 0 110110 11001000 111010 11101

Color Harmonies of #1F5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5875

Black with #1F5875

Text Example


Text Example

White with #1F5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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