Html Css Color HEX #1F559C Endeavour

📋 copy color: '#1F559C'

red 31 ◦ green 85 ◦ blue 156

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

Shades of Endeavour #1F559C

Tints of Endeavour #1F559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 156 (61.33% from 255) = 57.35%

R = 11.4%
G = 31.25%
B = 57.35%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F559C (or 0x1F559C) is known color: Endeavour. HEX triplet: 1F, 55 and 9C. RGB value is (31,85,156). Sum of RGB (Red+Green+Blue) = 31+85+156=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F559C is #E0AA63. Grayscale: #4C4C4C. Windows color (decimal): -14723684 or 10245407. OLE color: 10245407.

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

Color convert

RGB 31 85 156 -
CMYK 0.80 0.46 0 0.39
HSL 214.08º 0.67% 0.37% -
HSV(B) 214.08º 0.8% 0.61% -
XYZ 9.81 9.19 32.71 -
YUV 76.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 31 85 156 0.80 0.46 0 0.39 214.08 0.67 0.37
Hex 1F 55 9C 50 2E 0 27 D6 43 25
Octal 37 125 234 120 56 0 47 326 103 45
Binary 11111 1010101 10011100 1010000 101110 0 100111 11010110 1000011 100101

Color Harmonies of #1F559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F559C

Black with #1F559C

Text Example


Text Example

White with #1F559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,85,156); }

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

background-color css

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

 a { background-color: rgb(31,85,156); }

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

border-color css

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

 span { border-color: rgb(31,85,156); }

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