Html Css Color HEX #1C3139 Oxford Blue

📋 copy color: '#1C3139'

red 28 ◦ green 49 ◦ blue 57

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

Shades of Oxford Blue #1C3139

Tints of Oxford Blue #1C3139

RGB

 RED value IS 28 (11.33% from 255) = 20.9%

 GREEN value IS 49 (19.53% from 255) = 36.57%

 BLUE value IS 57 (22.66% from 255) = 42.54%

R = 20.9%
G = 36.57%
B = 42.54%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1C3139 (or 0x1C3139) is known color: Oxford Blue. HEX triplet: 1C, 31 and 39. RGB value is (28,49,57). Sum of RGB (Red+Green+Blue) = 28+49+57=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #1C3139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3139 is #E3CEC6. Grayscale: #2B2B2B. Windows color (decimal): -14929607 or 3748124. OLE color: 3748124.

HSL color Cylindrical-coordinate representation of color #1C3139: hue angle of 196.55º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C3139 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 28 49 57 -
CMYK 0.51 0.14 0 0.78
HSL 196.55º 0.34% 0.17% -
HSV(B) 196.55º 0.51% 0.22% -
XYZ 2.32 2.74 4.28 -
YUV 43.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 28 49 57 0.51 0.14 0 0.78 196.55 0.34 0.17
Hex 1C 31 39 33 E 0 4E C5 22 11
Octal 34 61 71 63 16 0 116 305 42 21
Binary 11100 110001 111001 110011 1110 0 1001110 11000101 100010 10001

Color Harmonies of #1C3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3139

Black with #1C3139

Text Example


Text Example

White with #1C3139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,49,57); }

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

background-color css

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

 a { background-color: rgb(28,49,57); }

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

border-color css

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

 span { border-color: rgb(28,49,57); }

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