Html Css Color HEX #1F529F Endeavour

📋 copy color: '#1F529F'

red 31 ◦ green 82 ◦ blue 159

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

Shades of Endeavour #1F529F

Tints of Endeavour #1F529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

 BLUE value IS 159 (62.5% from 255) = 58.46%

R = 11.4%
G = 30.15%
B = 58.46%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F529F (or 0x1F529F) is known color: Endeavour. HEX triplet: 1F, 52 and 9F. RGB value is (31,82,159). Sum of RGB (Red+Green+Blue) = 31+82+159=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F529F is #E0AD60. Grayscale: #4B4B4B. Windows color (decimal): -14724449 or 10441247. OLE color: 10441247.

HSL color Cylindrical-coordinate representation of color #1F529F: hue angle of 216.09º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F529F is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 82 159 -
CMYK 0.81 0.48 0 0.38
HSL 216.09º 0.67% 0.37% -
HSV(B) 216.09º 0.81% 0.62% -
XYZ 9.84 8.83 33.99 -
YUV 75.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 31 82 159 0.81 0.48 0 0.38 216.09 0.67 0.37
Hex 1F 52 9F 51 30 0 26 D8 43 25
Octal 37 122 237 121 60 0 46 330 103 45
Binary 11111 1010010 10011111 1010001 110000 0 100110 11011000 1000011 100101

Color Harmonies of #1F529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F529F

Black with #1F529F

Text Example


Text Example

White with #1F529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,82,159); }

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

background-color css

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

 a { background-color: rgb(31,82,159); }

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

border-color css

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

 span { border-color: rgb(31,82,159); }

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