Html Css Color HEX #1A323A Oxford Blue

📋 copy color: '#1A323A'

red 26 ◦ green 50 ◦ blue 58

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

Shades of Oxford Blue #1A323A

Tints of Oxford Blue #1A323A

RGB

 RED value IS 26 (10.55% from 255) = 19.4%

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

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

R = 19.4%
G = 37.31%
B = 43.28%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1A323A (or 0x1A323A) is known color: Oxford Blue. HEX triplet: 1A, 32 and 3A. RGB value is (26,50,58). Sum of RGB (Red+Green+Blue) = 26+50+58=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A323A is #E5CDC5. Grayscale: #2B2B2B. Windows color (decimal): -15060422 or 3813914. OLE color: 3813914.

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

Color convert

RGB 26 50 58 -
CMYK 0.55 0.14 0 0.77
HSL 195º 0.38% 0.16% -
HSV(B) 195º 0.55% 0.23% -
XYZ 2.33 2.81 4.42 -
YUV 43.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 26 50 58 0.55 0.14 0 0.77 195 0.38 0.16
Hex 1A 32 3A 37 E 0 4D C3 26 10
Octal 32 62 72 67 16 0 115 303 46 20
Binary 11010 110010 111010 110111 1110 0 1001101 11000011 100110 10000

Color Harmonies of #1A323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A323A

Black with #1A323A

Text Example


Text Example

White with #1A323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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