Html Css Color HEX #1F6497 Endeavour

📋 copy color: '#1F6497'

red 31 ◦ green 100 ◦ blue 151

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

Shades of Endeavour #1F6497

Tints of Endeavour #1F6497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 10.99%
G = 35.46%
B = 53.55%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F6497 (or 0x1F6497) is known color: Endeavour. HEX triplet: 1F, 64 and 97. RGB value is (31,100,151). Sum of RGB (Red+Green+Blue) = 31+100+151=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F6497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6497 is #E09B68. Grayscale: #545454. Windows color (decimal): -14719849 or 9921567. OLE color: 9921567.

HSL color Cylindrical-coordinate representation of color #1F6497: hue angle of 205.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6497 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 100 151 -
CMYK 0.79 0.34 0 0.41
HSL 205.5º 0.66% 0.36% -
HSV(B) 205.5º 0.79% 0.59% -
XYZ 10.71 11.64 30.96 -
YUV 85.18 165.14 89.35 -
System Red Green Blue C M Y K H S L
Decimal 31 100 151 0.79 0.34 0 0.41 205.5 0.66 0.36
Hex 1F 64 97 4F 22 0 29 CE 42 24
Octal 37 144 227 117 42 0 51 316 102 44
Binary 11111 1100100 10010111 1001111 100010 0 101001 11001110 1000010 100100

Color Harmonies of #1F6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6497

Black with #1F6497

Text Example


Text Example

White with #1F6497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,100,151); }

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

background-color css

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

 a { background-color: rgb(31,100,151); }

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

border-color css

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

 span { border-color: rgb(31,100,151); }

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