Html Css Color HEX #1B498D Endeavour

📋 copy color: '#1B498D'

red 27 ◦ green 73 ◦ blue 141

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

Shades of Endeavour #1B498D

Tints of Endeavour #1B498D

RGB

 RED value IS 27 (10.94% from 255) = 11.2%

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 141 (55.47% from 255) = 58.51%

R = 11.2%
G = 30.29%
B = 58.51%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B498D (or 0x1B498D) is known color: Endeavour. HEX triplet: 1B, 49 and 8D. RGB value is (27,73,141). Sum of RGB (Red+Green+Blue) = 27+73+141=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B498D is #E4B672. Grayscale: #424242. Windows color (decimal): -14988915 or 9259291. OLE color: 9259291.

HSL color Cylindrical-coordinate representation of color #1B498D: hue angle of 215.79º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B498D is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 73 141 -
CMYK 0.81 0.48 0 0.45
HSL 215.79º 0.68% 0.33% -
HSV(B) 215.79º 0.81% 0.55% -
XYZ 7.64 6.92 26.13 -
YUV 67 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 27 73 141 0.81 0.48 0 0.45 215.79 0.68 0.33
Hex 1B 49 8D 51 30 0 2D D8 44 21
Octal 33 111 215 121 60 0 55 330 104 41
Binary 11011 1001001 10001101 1010001 110000 0 101101 11011000 1000100 100001

Color Harmonies of #1B498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B498D

Black with #1B498D

Text Example


Text Example

White with #1B498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,73,141); }

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

background-color css

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

 a { background-color: rgb(27,73,141); }

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

border-color css

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

 span { border-color: rgb(27,73,141); }

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