Html Css Color HEX #1B576E Orient

📋 copy color: '#1B576E'

red 27 ◦ green 87 ◦ blue 110

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

Shades of Orient #1B576E

Tints of Orient #1B576E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.84%

 BLUE value IS 110 (43.36% from 255) = 49.11%

R = 12.05%
G = 38.84%
B = 49.11%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B576E (or 0x1B576E) is known color: Orient. HEX triplet: 1B, 57 and 6E. RGB value is (27,87,110). Sum of RGB (Red+Green+Blue) = 27+87+110=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B576E is #E4A891. Grayscale: #474747. Windows color (decimal): -14985362 or 7231259. OLE color: 7231259.

HSL color Cylindrical-coordinate representation of color #1B576E: hue angle of 196.63º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B576E is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 27 87 110 -
CMYK 0.75 0.21 0 0.57
HSL 196.63º 0.61% 0.27% -
HSV(B) 196.63º 0.75% 0.43% -
XYZ 6.67 8.18 15.98 -
YUV 71.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 27 87 110 0.75 0.21 0 0.57 196.63 0.61 0.27
Hex 1B 57 6E 4B 15 0 39 C5 3D 1B
Octal 33 127 156 113 25 0 71 305 75 33
Binary 11011 1010111 1101110 1001011 10101 0 111001 11000101 111101 11011

Color Harmonies of #1B576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B576E

Black with #1B576E

Text Example


Text Example

White with #1B576E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,87,110); }

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

background-color css

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

 a { background-color: rgb(27,87,110); }

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

border-color css

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

 span { border-color: rgb(27,87,110); }

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