Html Css Color HEX #0E0530 Haiti

📋 copy color: '#0E0530'

red 14 ◦ green 5 ◦ blue 48

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

Shades of Haiti #0E0530

Tints of Haiti #0E0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.46%

 BLUE value IS 48 (19.14% from 255) = 71.64%

R = 20.9%
G = 7.46%
B = 71.64%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0E0530 (or 0x0E0530) is known color: Haiti. HEX triplet: 0E, 05 and 30. RGB value is (14,5,48). Sum of RGB (Red+Green+Blue) = 14+5+48=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #0E0530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0530 is #F1FACF. Grayscale: #0C0C0C. Windows color (decimal): -15858384 or 3147022. OLE color: 3147022.

HSL color Cylindrical-coordinate representation of color #0E0530: hue angle of 252.56º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0530 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 5 48 -
CMYK 0.71 0.90 0 0.81
HSL 252.56º 0.81% 0.1% -
HSV(B) 252.56º 0.9% 0.19% -
XYZ 0.77 0.42 2.84 -
YUV 12.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 14 5 48 0.71 0.90 0 0.81 252.56 0.81 0.1
Hex E 5 30 47 5A 0 51 FD 51 A
Octal 16 5 60 107 132 0 121 375 121 12
Binary 1110 101 110000 1000111 1011010 0 1010001 11111101 1010001 1010

Color Harmonies of #0E0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0530

Black with #0E0530

Text Example


Text Example

White with #0E0530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,5,48); }

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

background-color css

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

 a { background-color: rgb(14,5,48); }

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

border-color css

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

 span { border-color: rgb(14,5,48); }

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