Html Css Color HEX #1D3036 Oxford Blue

📋 copy color: '#1D3036'

red 29 ◦ green 48 ◦ blue 54

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

Shades of Oxford Blue #1D3036

Tints of Oxford Blue #1D3036

RGB

 RED value IS 29 (11.72% from 255) = 22.14%

 GREEN value IS 48 (19.14% from 255) = 36.64%

 BLUE value IS 54 (21.48% from 255) = 41.22%

R = 22.14%
G = 36.64%
B = 41.22%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1D3036 (or 0x1D3036) is known color: Oxford Blue. HEX triplet: 1D, 30 and 36. RGB value is (29,48,54). Sum of RGB (Red+Green+Blue) = 29+48+54=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D3036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3036 is #E2CFC9. Grayscale: #2A2A2A. Windows color (decimal): -14864330 or 3551261. OLE color: 3551261.

HSL color Cylindrical-coordinate representation of color #1D3036: hue angle of 194.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D3036 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 48 54 -
CMYK 0.46 0.11 0 0.79
HSL 194.4º 0.3% 0.16% -
HSV(B) 194.4º 0.46% 0.21% -
XYZ 2.23 2.64 3.88 -
YUV 43 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 29 48 54 0.46 0.11 0 0.79 194.4 0.3 0.16
Hex 1D 30 36 2E B 0 4F C2 1E 10
Octal 35 60 66 56 13 0 117 302 36 20
Binary 11101 110000 110110 101110 1011 0 1001111 11000010 11110 10000

Color Harmonies of #1D3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3036

Black with #1D3036

Text Example


Text Example

White with #1D3036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,48,54); }

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

background-color css

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

 a { background-color: rgb(29,48,54); }

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

border-color css

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

 span { border-color: rgb(29,48,54); }

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