Html Css Color HEX #1B5299 Endeavour

📋 copy color: '#1B5299'

red 27 ◦ green 82 ◦ blue 153

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

Shades of Endeavour #1B5299

Tints of Endeavour #1B5299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 10.31%
G = 31.3%
B = 58.4%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1B5299 (or 0x1B5299) is known color: Endeavour. HEX triplet: 1B, 52 and 99. RGB value is (27,82,153). Sum of RGB (Red+Green+Blue) = 27+82+153=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B5299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5299 is #E4AD66. Grayscale: #494949. Windows color (decimal): -14986599 or 10048027. OLE color: 10048027.

HSL color Cylindrical-coordinate representation of color #1B5299: hue angle of 213.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B5299 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 27 82 153 -
CMYK 0.82 0.46 0 0.4
HSL 213.81º 0.7% 0.35% -
HSV(B) 213.81º 0.82% 0.6% -
XYZ 9.22 8.57 31.3 -
YUV 73.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 27 82 153 0.82 0.46 0 0.4 213.81 0.7 0.35
Hex 1B 52 99 52 2E 0 28 D6 46 23
Octal 33 122 231 122 56 0 50 326 106 43
Binary 11011 1010010 10011001 1010010 101110 0 101000 11010110 1000110 100011

Color Harmonies of #1B5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5299

Black with #1B5299

Text Example


Text Example

White with #1B5299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,82,153); }

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

background-color css

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

 a { background-color: rgb(27,82,153); }

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

border-color css

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

 span { border-color: rgb(27,82,153); }

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