Html Css Color HEX #1F5B6E Orient

📋 copy color: '#1F5B6E'

red 31 ◦ green 91 ◦ blue 110

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

Shades of Orient #1F5B6E

Tints of Orient #1F5B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.22%

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 13.36%
G = 39.22%
B = 47.41%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F5B6E (or 0x1F5B6E) is known color: Orient. HEX triplet: 1F, 5B and 6E. RGB value is (31,91,110). Sum of RGB (Red+Green+Blue) = 31+91+110=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F5B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5B6E is #E0A491. Grayscale: #4B4B4B. Windows color (decimal): -14722194 or 7232287. OLE color: 7232287.

HSL color Cylindrical-coordinate representation of color #1F5B6E: hue angle of 194.43º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F5B6E is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 91 110 -
CMYK 0.72 0.17 0 0.57
HSL 194.43º 0.56% 0.28% -
HSV(B) 194.43º 0.72% 0.43% -
XYZ 7.12 8.9 16.09 -
YUV 75.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 31 91 110 0.72 0.17 0 0.57 194.43 0.56 0.28
Hex 1F 5B 6E 48 11 0 39 C2 38 1C
Octal 37 133 156 110 21 0 71 302 70 34
Binary 11111 1011011 1101110 1001000 10001 0 111001 11000010 111000 11100

Color Harmonies of #1F5B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5B6E

Black with #1F5B6E

Text Example


Text Example

White with #1F5B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,91,110); }

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

background-color css

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

 a { background-color: rgb(31,91,110); }

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

border-color css

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

 span { border-color: rgb(31,91,110); }

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