Html Css Color HEX #1B5478 Orient

📋 copy color: '#1B5478'

red 27 ◦ green 84 ◦ blue 120

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

Shades of Orient #1B5478

Tints of Orient #1B5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 11.69%
G = 36.36%
B = 51.95%

CMYK

 C value IS 0.78

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B5478 (or 0x1B5478) is known color: Orient. HEX triplet: 1B, 54 and 78. RGB value is (27,84,120). Sum of RGB (Red+Green+Blue) = 27+84+120=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5478 is #E4AB87. Grayscale: #464646. Windows color (decimal): -14986120 or 7885851. OLE color: 7885851.

HSL color Cylindrical-coordinate representation of color #1B5478: hue angle of 203.23º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5478 is Cyan = 0.78, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 84 120 -
CMYK 0.78 0.3 0 0.53
HSL 203.23º 0.63% 0.29% -
HSV(B) 203.23º 0.78% 0.47% -
XYZ 7.01 7.93 18.93 -
YUV 71.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 27 84 120 0.78 0.3 0 0.53 203.23 0.63 0.29
Hex 1B 54 78 4E 1E 0 35 CB 3F 1D
Octal 33 124 170 116 36 0 65 313 77 35
Binary 11011 1010100 1111000 1001110 11110 0 110101 11001011 111111 11101

Color Harmonies of #1B5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5478

Black with #1B5478

Text Example


Text Example

White with #1B5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,84,120); }

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

background-color css

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

 a { background-color: rgb(27,84,120); }

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

border-color css

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

 span { border-color: rgb(27,84,120); }

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