Html Css Color HEX #1B607D Orient

📋 copy color: '#1B607D'

red 27 ◦ green 96 ◦ blue 125

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

Shades of Orient #1B607D

Tints of Orient #1B607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.4%

R = 10.89%
G = 38.71%
B = 50.4%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B607D (or 0x1B607D) is known color: Orient. HEX triplet: 1B, 60 and 7D. RGB value is (27,96,125). Sum of RGB (Red+Green+Blue) = 27+96+125=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B607D is #E49F82. Grayscale: #4E4E4E. Windows color (decimal): -14983043 or 8216603. OLE color: 8216603.

HSL color Cylindrical-coordinate representation of color #1B607D: hue angle of 197.76º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B607D is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 96 125 -
CMYK 0.78 0.23 0 0.51
HSL 197.76º 0.64% 0.3% -
HSV(B) 197.76º 0.78% 0.49% -
XYZ 8.34 10.08 20.91 -
YUV 78.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 27 96 125 0.78 0.23 0 0.51 197.76 0.64 0.3
Hex 1B 60 7D 4E 17 0 33 C6 40 1E
Octal 33 140 175 116 27 0 63 306 100 36
Binary 11011 1100000 1111101 1001110 10111 0 110011 11000110 1000000 11110

Color Harmonies of #1B607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B607D

Black with #1B607D

Text Example


Text Example

White with #1B607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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