Html Css Color HEX #0E0632 Jaguar

📋 copy color: '#0E0632'

red 14 ◦ green 6 ◦ blue 50

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

Shades of Jaguar #0E0632

Tints of Jaguar #0E0632

RGB

 RED value IS 14 (5.86% from 255) = 20%

 GREEN value IS 6 (2.73% from 255) = 8.57%

 BLUE value IS 50 (19.92% from 255) = 71.43%

R = 20%
G = 8.57%
B = 71.43%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0E0632 (or 0x0E0632) is known color: Jaguar. HEX triplet: 0E, 06 and 32. RGB value is (14,6,50). Sum of RGB (Red+Green+Blue) = 14+6+50=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E0632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0632 is #F1F9CD. Grayscale: #0D0D0D. Windows color (decimal): -15858126 or 3278350. OLE color: 3278350.

HSL color Cylindrical-coordinate representation of color #0E0632: hue angle of 250.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0632 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 14 6 50 -
CMYK 0.72 0.88 0 0.80
HSL 250.91º 0.79% 0.11% -
HSV(B) 250.91º 0.88% 0.2% -
XYZ 0.82 0.45 3.06 -
YUV 13.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 14 6 50 0.72 0.88 0 0.80 250.91 0.79 0.11
Hex E 6 32 48 58 0 50 FB 4F B
Octal 16 6 62 110 130 0 120 373 117 13
Binary 1110 110 110010 1001000 1011000 0 1010000 11111011 1001111 1011

Color Harmonies of #0E0632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0632

Black with #0E0632

Text Example


Text Example

White with #0E0632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E0632; }

 p { color: rgb(14,6,50); }

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

background-color css

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

 a { background-color: rgb(14,6,50); }

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

border-color css

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

 span { border-color: rgb(14,6,50); }

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