Html Css Color HEX #1F6594 Endeavour

📋 copy color: '#1F6594'

red 31 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #1F6594

Tints of Endeavour #1F6594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 11.07%
G = 36.07%
B = 52.86%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F6594 (or 0x1F6594) is known color: Endeavour. HEX triplet: 1F, 65 and 94. RGB value is (31,101,148). Sum of RGB (Red+Green+Blue) = 31+101+148=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F6594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6594 is #E09A6B. Grayscale: #555555. Windows color (decimal): -14719596 or 9725215. OLE color: 9725215.

HSL color Cylindrical-coordinate representation of color #1F6594: hue angle of 204.1º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6594 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 101 148 -
CMYK 0.79 0.32 0 0.42
HSL 204.1º 0.65% 0.35% -
HSV(B) 204.1º 0.79% 0.58% -
XYZ 10.56 11.74 29.73 -
YUV 85.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 31 101 148 0.79 0.32 0 0.42 204.1 0.65 0.35
Hex 1F 65 94 4F 20 0 2A CC 41 23
Octal 37 145 224 117 40 0 52 314 101 43
Binary 11111 1100101 10010100 1001111 100000 0 101010 11001100 1000001 100011

Color Harmonies of #1F6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6594

Black with #1F6594

Text Example


Text Example

White with #1F6594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,101,148); }

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

background-color css

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

 a { background-color: rgb(31,101,148); }

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

border-color css

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

 span { border-color: rgb(31,101,148); }

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