Html Css Color HEX #1B5575 Orient

📋 copy color: '#1B5575'

red 27 ◦ green 85 ◦ blue 117

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

Shades of Orient #1B5575

Tints of Orient #1B5575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 11.79%
G = 37.12%
B = 51.09%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B5575 (or 0x1B5575) is known color: Orient. HEX triplet: 1B, 55 and 75. RGB value is (27,85,117). Sum of RGB (Red+Green+Blue) = 27+85+117=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B5575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5575 is #E4AA8A. Grayscale: #474747. Windows color (decimal): -14985867 or 7689499. OLE color: 7689499.

HSL color Cylindrical-coordinate representation of color #1B5575: hue angle of 201.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5575 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 85 117 -
CMYK 0.77 0.27 0 0.54
HSL 201.33º 0.63% 0.28% -
HSV(B) 201.33º 0.77% 0.46% -
XYZ 6.91 8.01 18.01 -
YUV 71.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 27 85 117 0.77 0.27 0 0.54 201.33 0.63 0.28
Hex 1B 55 75 4D 1B 0 36 C9 3E 1C
Octal 33 125 165 115 33 0 66 311 76 34
Binary 11011 1010101 1110101 1001101 11011 0 110110 11001001 111110 11100

Color Harmonies of #1B5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5575

Black with #1B5575

Text Example


Text Example

White with #1B5575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,85,117); }

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

background-color css

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

 a { background-color: rgb(27,85,117); }

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

border-color css

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

 span { border-color: rgb(27,85,117); }

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