Html Css Color HEX #0E6394 Allports

📋 copy color: '#0E6394'

red 14 ◦ green 99 ◦ blue 148

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

Shades of Allports #0E6394

Tints of Allports #0E6394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.93%

 BLUE value IS 148 (58.2% from 255) = 56.7%

R = 5.36%
G = 37.93%
B = 56.7%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E6394 (or 0x0E6394) is known color: Allports. HEX triplet: 0E, 63 and 94. RGB value is (14,99,148). Sum of RGB (Red+Green+Blue) = 14+99+148=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E6394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6394 is #F19C6B. Grayscale: #4E4E4E. Windows color (decimal): -15834220 or 9724686. OLE color: 9724686.

HSL color Cylindrical-coordinate representation of color #0E6394: hue angle of 201.94º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6394 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 99 148 -
CMYK 0.91 0.33 0 0.42
HSL 201.94º 0.83% 0.32% -
HSV(B) 201.94º 0.91% 0.58% -
XYZ 9.99 11.16 29.64 -
YUV 79.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 14 99 148 0.91 0.33 0 0.42 201.94 0.83 0.32
Hex E 63 94 5B 21 0 2A CA 53 20
Octal 16 143 224 133 41 0 52 312 123 40
Binary 1110 1100011 10010100 1011011 100001 0 101010 11001010 1010011 100000

Color Harmonies of #0E6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6394

Black with #0E6394

Text Example


Text Example

White with #0E6394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,99,148); }

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

background-color css

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

 a { background-color: rgb(14,99,148); }

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

border-color css

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

 span { border-color: rgb(14,99,148); }

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