Html Css Color HEX #1F6592 Endeavour

📋 copy color: '#1F6592'

red 31 ◦ green 101 ◦ blue 146

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

Shades of Endeavour #1F6592

Tints of Endeavour #1F6592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 11.15%
G = 36.33%
B = 52.52%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F6592 (or 0x1F6592) is known color: Endeavour. HEX triplet: 1F, 65 and 92. RGB value is (31,101,146). Sum of RGB (Red+Green+Blue) = 31+101+146=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F6592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6592 is #E09A6D. Grayscale: #545454. Windows color (decimal): -14719598 or 9594143. OLE color: 9594143.

HSL color Cylindrical-coordinate representation of color #1F6592: hue angle of 203.48º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6592 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 101 146 -
CMYK 0.79 0.31 0 0.43
HSL 203.48º 0.65% 0.35% -
HSV(B) 203.48º 0.79% 0.57% -
XYZ 10.41 11.67 28.9 -
YUV 85.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 31 101 146 0.79 0.31 0 0.43 203.48 0.65 0.35
Hex 1F 65 92 4F 1F 0 2B CB 41 23
Octal 37 145 222 117 37 0 53 313 101 43
Binary 11111 1100101 10010010 1001111 11111 0 101011 11001011 1000001 100011

Color Harmonies of #1F6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6592

Black with #1F6592

Text Example


Text Example

White with #1F6592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,101,146); }

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

background-color css

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

 a { background-color: rgb(31,101,146); }

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

border-color css

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

 span { border-color: rgb(31,101,146); }

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