Html Css Color HEX #0E0736 Jaguar

📋 copy color: '#0E0736'

red 14 ◦ green 7 ◦ blue 54

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

Shades of Jaguar #0E0736

Tints of Jaguar #0E0736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.33%

 BLUE value IS 54 (21.48% from 255) = 72%

R = 18.67%
G = 9.33%
B = 72%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0E0736 (or 0x0E0736) is known color: Jaguar. HEX triplet: 0E, 07 and 36. RGB value is (14,7,54). Sum of RGB (Red+Green+Blue) = 14+7+54=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E0736 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0736 is #F1F8C9. Grayscale: #0E0E0E. Windows color (decimal): -15857866 or 3540750. OLE color: 3540750.

HSL color Cylindrical-coordinate representation of color #0E0736: hue angle of 248.94º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E0736 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 7 54 -
CMYK 0.74 0.87 0 0.79
HSL 248.94º 0.77% 0.12% -
HSV(B) 248.94º 0.87% 0.21% -
XYZ 0.92 0.51 3.54 -
YUV 14.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 14 7 54 0.74 0.87 0 0.79 248.94 0.77 0.12
Hex E 7 36 4A 57 0 4F F9 4D C
Octal 16 7 66 112 127 0 117 371 115 14
Binary 1110 111 110110 1001010 1010111 0 1001111 11111001 1001101 1100

Color Harmonies of #0E0736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0736

Black with #0E0736

Text Example


Text Example

White with #0E0736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,7,54); }

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

background-color css

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

 a { background-color: rgb(14,7,54); }

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

border-color css

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

 span { border-color: rgb(14,7,54); }

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