Html Css Color HEX #1C3138 Oxford Blue

📋 copy color: '#1C3138'

red 28 ◦ green 49 ◦ blue 56

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

Shades of Oxford Blue #1C3138

Tints of Oxford Blue #1C3138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 42.11%

R = 21.05%
G = 36.84%
B = 42.11%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1C3138 (or 0x1C3138) is known color: Oxford Blue. HEX triplet: 1C, 31 and 38. RGB value is (28,49,56). Sum of RGB (Red+Green+Blue) = 28+49+56=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3138 is #E3CEC7. Grayscale: #2B2B2B. Windows color (decimal): -14929608 or 3682588. OLE color: 3682588.

HSL color Cylindrical-coordinate representation of color #1C3138: hue angle of 195º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C3138 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 28 49 56 -
CMYK 0.50 0.12 0 0.78
HSL 195º 0.33% 0.16% -
HSV(B) 195º 0.5% 0.22% -
XYZ 2.29 2.73 4.15 -
YUV 43.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 28 49 56 0.50 0.12 0 0.78 195 0.33 0.16
Hex 1C 31 38 32 C 0 4E C3 21 10
Octal 34 61 70 62 14 0 116 303 41 20
Binary 11100 110001 111000 110010 1100 0 1001110 11000011 100001 10000

Color Harmonies of #1C3138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3138

Black with #1C3138

Text Example


Text Example

White with #1C3138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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