Html Css Color HEX #1F5698 Endeavour

📋 copy color: '#1F5698'

red 31 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #1F5698

Tints of Endeavour #1F5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.97%

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 11.52%
G = 31.97%
B = 56.51%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F5698 (or 0x1F5698) is known color: Endeavour. HEX triplet: 1F, 56 and 98. RGB value is (31,86,152). Sum of RGB (Red+Green+Blue) = 31+86+152=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F5698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5698 is #E0A967. Grayscale: #4C4C4C. Windows color (decimal): -14723432 or 9983519. OLE color: 9983519.

HSL color Cylindrical-coordinate representation of color #1F5698: hue angle of 212.73º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F5698 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 86 152 -
CMYK 0.80 0.43 0 0.40
HSL 212.73º 0.66% 0.36% -
HSV(B) 212.73º 0.8% 0.6% -
XYZ 9.56 9.21 30.98 -
YUV 77.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 31 86 152 0.80 0.43 0 0.40 212.73 0.66 0.36
Hex 1F 56 98 50 2B 0 28 D5 42 24
Octal 37 126 230 120 53 0 50 325 102 44
Binary 11111 1010110 10011000 1010000 101011 0 101000 11010101 1000010 100100

Color Harmonies of #1F5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5698

Black with #1F5698

Text Example


Text Example

White with #1F5698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,86,152); }

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

background-color css

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

 a { background-color: rgb(31,86,152); }

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

border-color css

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

 span { border-color: rgb(31,86,152); }

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