Html Css Color HEX #13233E Midnight Express

📋 copy color: '#13233E'

red 19 ◦ green 35 ◦ blue 62

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

Shades of Midnight Express #13233E

Tints of Midnight Express #13233E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 53.45%

R = 16.38%
G = 30.17%
B = 53.45%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13233E (or 0x13233E) is known color: Midnight Express. HEX triplet: 13, 23 and 3E. RGB value is (19,35,62). Sum of RGB (Red+Green+Blue) = 19+35+62=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #13233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13233E is #ECDCC1. Grayscale: #212121. Windows color (decimal): -15523010 or 4072211. OLE color: 4072211.

HSL color Cylindrical-coordinate representation of color #13233E: hue angle of 217.67º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13233E is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 35 62 -
CMYK 0.69 0.44 0 0.76
HSL 217.67º 0.53% 0.16% -
HSV(B) 217.67º 0.69% 0.24% -
XYZ 1.74 1.69 4.79 -
YUV 33.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 19 35 62 0.69 0.44 0 0.76 217.67 0.53 0.16
Hex 13 23 3E 45 2C 0 4C DA 35 10
Octal 23 43 76 105 54 0 114 332 65 20
Binary 10011 100011 111110 1000101 101100 0 1001100 11011010 110101 10000

Color Harmonies of #13233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13233E

Black with #13233E

Text Example


Text Example

White with #13233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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