Html Css Color HEX #183038 Oxford Blue

📋 copy color: '#183038'

red 24 ◦ green 48 ◦ blue 56

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

Shades of Oxford Blue #183038

Tints of Oxford Blue #183038

RGB

 RED value IS 24 (9.77% from 255) = 18.75%

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

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

R = 18.75%
G = 37.5%
B = 43.75%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#183038 (or 0x183038) is known color: Oxford Blue. HEX triplet: 18, 30 and 38. RGB value is (24,48,56). Sum of RGB (Red+Green+Blue) = 24+48+56=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #183038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183038 is #E7CFC7. Grayscale: #292929. Windows color (decimal): -15192008 or 3682328. OLE color: 3682328.

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

Color convert

RGB 24 48 56 -
CMYK 0.57 0.14 0 0.78
HSL 195º 0.4% 0.16% -
HSV(B) 195º 0.57% 0.22% -
XYZ 2.15 2.59 4.13 -
YUV 41.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 24 48 56 0.57 0.14 0 0.78 195 0.4 0.16
Hex 18 30 38 39 E 0 4E C3 28 10
Octal 30 60 70 71 16 0 116 303 50 20
Binary 11000 110000 111000 111001 1110 0 1001110 11000011 101000 10000

Color Harmonies of #183038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183038

Black with #183038

Text Example


Text Example

White with #183038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183038; }

 p { color: rgb(24,48,56); }

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

background-color css

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

 a { background-color: rgb(24,48,56); }

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

border-color css

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

 span { border-color: rgb(24,48,56); }

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