Html Css Color HEX #1F343B Oxford Blue

📋 copy color: '#1F343B'

red 31 ◦ green 52 ◦ blue 59

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

Shades of Oxford Blue #1F343B

Tints of Oxford Blue #1F343B

RGB

 RED value IS 31 (12.5% from 255) = 21.83%

 GREEN value IS 52 (20.7% from 255) = 36.62%

 BLUE value IS 59 (23.44% from 255) = 41.55%

R = 21.83%
G = 36.62%
B = 41.55%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1F343B (or 0x1F343B) is known color: Oxford Blue. HEX triplet: 1F, 34 and 3B. RGB value is (31,52,59). Sum of RGB (Red+Green+Blue) = 31+52+59=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F343B is #E0CBC4. Grayscale: #2E2E2E. Windows color (decimal): -14732229 or 3879967. OLE color: 3879967.

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

Color convert

RGB 31 52 59 -
CMYK 0.47 0.12 0 0.77
HSL 195º 0.31% 0.18% -
HSV(B) 195º 0.47% 0.23% -
XYZ 2.58 3.06 4.59 -
YUV 46.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 31 52 59 0.47 0.12 0 0.77 195 0.31 0.18
Hex 1F 34 3B 2F C 0 4D C3 1F 12
Octal 37 64 73 57 14 0 115 303 37 22
Binary 11111 110100 111011 101111 1100 0 1001101 11000011 11111 10010

Color Harmonies of #1F343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F343B

Black with #1F343B

Text Example


Text Example

White with #1F343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,52,59); }

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

background-color css

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

 a { background-color: rgb(31,52,59); }

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

border-color css

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

 span { border-color: rgb(31,52,59); }

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