Html Css Color HEX #1B608D Endeavour

📋 copy color: '#1B608D'

red 27 ◦ green 96 ◦ blue 141

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

Shades of Endeavour #1B608D

Tints of Endeavour #1B608D

RGB

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

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

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

R = 10.23%
G = 36.36%
B = 53.41%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B608D (or 0x1B608D) is known color: Endeavour. HEX triplet: 1B, 60 and 8D. RGB value is (27,96,141). Sum of RGB (Red+Green+Blue) = 27+96+141=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B608D is #E49F72. Grayscale: #505050. Windows color (decimal): -14983027 or 9265179. OLE color: 9265179.

HSL color Cylindrical-coordinate representation of color #1B608D: hue angle of 203.68º 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 #1B608D is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 96 141 -
CMYK 0.81 0.32 0 0.45
HSL 203.68º 0.68% 0.33% -
HSV(B) 203.68º 0.81% 0.55% -
XYZ 9.44 10.52 26.73 -
YUV 80.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 27 96 141 0.81 0.32 0 0.45 203.68 0.68 0.33
Hex 1B 60 8D 51 20 0 2D CC 44 21
Octal 33 140 215 121 40 0 55 314 104 41
Binary 11011 1100000 10001101 1010001 100000 0 101101 11001100 1000100 100001

Color Harmonies of #1B608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B608D

Black with #1B608D

Text Example


Text Example

White with #1B608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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