Html Css Color HEX #1F5878 Orient

📋 copy color: '#1F5878'

red 31 ◦ green 88 ◦ blue 120

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

Shades of Orient #1F5878

Tints of Orient #1F5878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 12.97%
G = 36.82%
B = 50.21%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F5878 (or 0x1F5878) is known color: Orient. HEX triplet: 1F, 58 and 78. RGB value is (31,88,120). Sum of RGB (Red+Green+Blue) = 31+88+120=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5878 is #E0A787. Grayscale: #4A4A4A. Windows color (decimal): -14722952 or 7886879. OLE color: 7886879.

HSL color Cylindrical-coordinate representation of color #1F5878: hue angle of 201.57º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5878 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 88 120 -
CMYK 0.74 0.27 0 0.53
HSL 201.57º 0.59% 0.3% -
HSV(B) 201.57º 0.74% 0.47% -
XYZ 7.44 8.63 19.04 -
YUV 74.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 31 88 120 0.74 0.27 0 0.53 201.57 0.59 0.3
Hex 1F 58 78 4A 1B 0 35 CA 3B 1E
Octal 37 130 170 112 33 0 65 312 73 36
Binary 11111 1011000 1111000 1001010 11011 0 110101 11001010 111011 11110

Color Harmonies of #1F5878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5878

Black with #1F5878

Text Example


Text Example

White with #1F5878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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