Html Css Color HEX #1F619B Endeavour

📋 copy color: '#1F619B'

red 31 ◦ green 97 ◦ blue 155

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

Shades of Endeavour #1F619B

Tints of Endeavour #1F619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 10.95%
G = 34.28%
B = 54.77%

CMYK

 C value IS 0.8

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F619B (or 0x1F619B) is known color: Endeavour. HEX triplet: 1F, 61 and 9B. RGB value is (31,97,155). Sum of RGB (Red+Green+Blue) = 31+97+155=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F619B is #E09E64. Grayscale: #535353. Windows color (decimal): -14720613 or 10182943. OLE color: 10182943.

HSL color Cylindrical-coordinate representation of color #1F619B: hue angle of 208.06º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F619B is Cyan = 0.8, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 97 155 -
CMYK 0.8 0.37 0 0.39
HSL 208.06º 0.67% 0.36% -
HSV(B) 208.06º 0.8% 0.61% -
XYZ 10.76 11.21 32.61 -
YUV 83.88 168.13 90.28 -
System Red Green Blue C M Y K H S L
Decimal 31 97 155 0.8 0.37 0 0.39 208.06 0.67 0.36
Hex 1F 61 9B 50 25 0 27 D0 43 24
Octal 37 141 233 120 45 0 47 320 103 44
Binary 11111 1100001 10011011 1010000 100101 0 100111 11010000 1000011 100100

Color Harmonies of #1F619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F619B

Black with #1F619B

Text Example


Text Example

White with #1F619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,97,155); }

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

background-color css

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

 a { background-color: rgb(31,97,155); }

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

border-color css

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

 span { border-color: rgb(31,97,155); }

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