Html Css Color HEX #1B609F Endeavour

📋 copy color: '#1B609F'

red 27 ◦ green 96 ◦ blue 159

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

Shades of Endeavour #1B609F

Tints of Endeavour #1B609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

 BLUE value IS 159 (62.5% from 255) = 56.38%

R = 9.57%
G = 34.04%
B = 56.38%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B609F (or 0x1B609F) is known color: Endeavour. HEX triplet: 1B, 60 and 9F. RGB value is (27,96,159). Sum of RGB (Red+Green+Blue) = 27+96+159=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B609F is #E49F60. Grayscale: #525252. Windows color (decimal): -14983009 or 10444827. OLE color: 10444827.

HSL color Cylindrical-coordinate representation of color #1B609F: hue angle of 208.64º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B609F is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 96 159 -
CMYK 0.83 0.40 0 0.38
HSL 208.64º 0.71% 0.36% -
HSV(B) 208.64º 0.83% 0.62% -
XYZ 10.89 11.1 34.37 -
YUV 82.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 27 96 159 0.83 0.40 0 0.38 208.64 0.71 0.36
Hex 1B 60 9F 53 28 0 26 D1 47 24
Octal 33 140 237 123 50 0 46 321 107 44
Binary 11011 1100000 10011111 1010011 101000 0 100110 11010001 1000111 100100

Color Harmonies of #1B609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B609F

Black with #1B609F

Text Example


Text Example

White with #1B609F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,96,159); }

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

background-color css

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

 a { background-color: rgb(27,96,159); }

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

border-color css

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

 span { border-color: rgb(27,96,159); }

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