Html Css Color HEX #1B323A Oxford Blue

📋 copy color: '#1B323A'

red 27 ◦ green 50 ◦ blue 58

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

Shades of Oxford Blue #1B323A

Tints of Oxford Blue #1B323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

 BLUE value IS 58 (23.05% from 255) = 42.96%

R = 20%
G = 37.04%
B = 42.96%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1B323A (or 0x1B323A) is known color: Oxford Blue. HEX triplet: 1B, 32 and 3A. RGB value is (27,50,58). Sum of RGB (Red+Green+Blue) = 27+50+58=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B323A is #E4CDC5. Grayscale: #2B2B2B. Windows color (decimal): -14994886 or 3813915. OLE color: 3813915.

HSL color Cylindrical-coordinate representation of color #1B323A: hue angle of 195.48º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B323A is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 27 50 58 -
CMYK 0.53 0.14 0 0.77
HSL 195.48º 0.36% 0.17% -
HSV(B) 195.48º 0.53% 0.23% -
XYZ 2.36 2.82 4.42 -
YUV 44.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 27 50 58 0.53 0.14 0 0.77 195.48 0.36 0.17
Hex 1B 32 3A 35 E 0 4D C3 24 11
Octal 33 62 72 65 16 0 115 303 44 21
Binary 11011 110010 111010 110101 1110 0 1001101 11000011 100100 10001

Color Harmonies of #1B323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B323A

Black with #1B323A

Text Example


Text Example

White with #1B323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,50,58); }

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

background-color css

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

 a { background-color: rgb(27,50,58); }

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

border-color css

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

 span { border-color: rgb(27,50,58); }

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