Html Css Color HEX #1F589C Endeavour

📋 copy color: '#1F589C'

red 31 ◦ green 88 ◦ blue 156

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

Shades of Endeavour #1F589C

Tints of Endeavour #1F589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 11.27%
G = 32%
B = 56.73%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F589C (or 0x1F589C) is known color: Endeavour. HEX triplet: 1F, 58 and 9C. RGB value is (31,88,156). Sum of RGB (Red+Green+Blue) = 31+88+156=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F589C is #E0A763. Grayscale: #4E4E4E. Windows color (decimal): -14722916 or 10246175. OLE color: 10246175.

HSL color Cylindrical-coordinate representation of color #1F589C: hue angle of 212.64º 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 #1F589C is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 88 156 -
CMYK 0.80 0.44 0 0.39
HSL 212.64º 0.67% 0.37% -
HSV(B) 212.64º 0.8% 0.61% -
XYZ 10.06 9.67 32.79 -
YUV 78.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 31 88 156 0.80 0.44 0 0.39 212.64 0.67 0.37
Hex 1F 58 9C 50 2C 0 27 D5 43 25
Octal 37 130 234 120 54 0 47 325 103 45
Binary 11111 1011000 10011100 1010000 101100 0 100111 11010101 1000011 100101

Color Harmonies of #1F589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F589C

Black with #1F589C

Text Example


Text Example

White with #1F589C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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