Html Css Color HEX #1B5073 Orient

📋 copy color: '#1B5073'

red 27 ◦ green 80 ◦ blue 115

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

Shades of Orient #1B5073

Tints of Orient #1B5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 12.16%
G = 36.04%
B = 51.8%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1B5073 (or 0x1B5073) is known color: Orient. HEX triplet: 1B, 50 and 73. RGB value is (27,80,115). Sum of RGB (Red+Green+Blue) = 27+80+115=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B5073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5073 is #E4AF8C. Grayscale: #434343. Windows color (decimal): -14987149 or 7557147. OLE color: 7557147.

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

Color convert

RGB 27 80 115 -
CMYK 0.77 0.30 0 0.55
HSL 203.86º 0.62% 0.28% -
HSV(B) 203.86º 0.77% 0.45% -
XYZ 6.42 7.21 17.27 -
YUV 68.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 27 80 115 0.77 0.30 0 0.55 203.86 0.62 0.28
Hex 1B 50 73 4D 1E 0 37 CC 3E 1C
Octal 33 120 163 115 36 0 67 314 76 34
Binary 11011 1010000 1110011 1001101 11110 0 110111 11001100 111110 11100

Color Harmonies of #1B5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5073

Black with #1B5073

Text Example


Text Example

White with #1B5073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,80,115); }

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

background-color css

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

 a { background-color: rgb(27,80,115); }

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

border-color css

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

 span { border-color: rgb(27,80,115); }

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