Html Css Color HEX #1B639B Endeavour

📋 copy color: '#1B639B'

red 27 ◦ green 99 ◦ blue 155

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

Shades of Endeavour #1B639B

Tints of Endeavour #1B639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

 BLUE value IS 155 (60.94% from 255) = 55.16%

R = 9.61%
G = 35.23%
B = 55.16%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1B639B (or 0x1B639B) is known color: Endeavour. HEX triplet: 1B, 63 and 9B. RGB value is (27,99,155). Sum of RGB (Red+Green+Blue) = 27+99+155=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B639B is #E49C64. Grayscale: #535353. Windows color (decimal): -14982245 or 10183451. OLE color: 10183451.

HSL color Cylindrical-coordinate representation of color #1B639B: hue angle of 206.25º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B639B is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 27 99 155 -
CMYK 0.83 0.36 0 0.39
HSL 206.25º 0.7% 0.36% -
HSV(B) 206.25º 0.83% 0.61% -
XYZ 10.83 11.52 32.66 -
YUV 83.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 27 99 155 0.83 0.36 0 0.39 206.25 0.7 0.36
Hex 1B 63 9B 53 24 0 27 CE 46 24
Octal 33 143 233 123 44 0 47 316 106 44
Binary 11011 1100011 10011011 1010011 100100 0 100111 11001110 1000110 100100

Color Harmonies of #1B639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B639B

Black with #1B639B

Text Example


Text Example

White with #1B639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,99,155); }

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

background-color css

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

 a { background-color: rgb(27,99,155); }

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

border-color css

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

 span { border-color: rgb(27,99,155); }

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