Html Css Color HEX #13233F Midnight Express

📋 copy color: '#13233F'

red 19 ◦ green 35 ◦ blue 63

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

Shades of Midnight Express #13233F

Tints of Midnight Express #13233F

RGB

 RED value IS 19 (7.81% from 255) = 16.24%

 GREEN value IS 35 (14.06% from 255) = 29.91%

 BLUE value IS 63 (25% from 255) = 53.85%

R = 16.24%
G = 29.91%
B = 53.85%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13233F (or 0x13233F) is known color: Midnight Express. HEX triplet: 13, 23 and 3F. RGB value is (19,35,63). Sum of RGB (Red+Green+Blue) = 19+35+63=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #13233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13233F is #ECDCC0. Grayscale: #212121. Windows color (decimal): -15523009 or 4137747. OLE color: 4137747.

HSL color Cylindrical-coordinate representation of color #13233F: hue angle of 218.18º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13233F is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 35 63 -
CMYK 0.70 0.44 0 0.75
HSL 218.18º 0.54% 0.16% -
HSV(B) 218.18º 0.7% 0.25% -
XYZ 1.77 1.7 4.94 -
YUV 33.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 19 35 63 0.70 0.44 0 0.75 218.18 0.54 0.16
Hex 13 23 3F 46 2C 0 4B DA 36 10
Octal 23 43 77 106 54 0 113 332 66 20
Binary 10011 100011 111111 1000110 101100 0 1001011 11011010 110110 10000

Color Harmonies of #13233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13233F

Black with #13233F

Text Example


Text Example

White with #13233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13233F; }

 p { color: rgb(19,35,63); }

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

background-color css

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

 a { background-color: rgb(19,35,63); }

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

border-color css

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

 span { border-color: rgb(19,35,63); }

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