Html Css Color HEX #0E638B Allports

📋 copy color: '#0E638B'

red 14 ◦ green 99 ◦ blue 139

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

Shades of Allports #0E638B

Tints of Allports #0E638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 5.56%
G = 39.29%
B = 55.16%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E638B (or 0x0E638B) is known color: Allports. HEX triplet: 0E, 63 and 8B. RGB value is (14,99,139). Sum of RGB (Red+Green+Blue) = 14+99+139=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E638B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E638B is #F19C74. Grayscale: #4D4D4D. Windows color (decimal): -15834229 or 9134862. OLE color: 9134862.

HSL color Cylindrical-coordinate representation of color #0E638B: hue angle of 199.2º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E638B is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 99 139 -
CMYK 0.90 0.29 0 0.45
HSL 199.2º 0.82% 0.3% -
HSV(B) 199.2º 0.9% 0.55% -
XYZ 9.3 10.88 26.04 -
YUV 78.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 14 99 139 0.90 0.29 0 0.45 199.2 0.82 0.3
Hex E 63 8B 5A 1D 0 2D C7 52 1E
Octal 16 143 213 132 35 0 55 307 122 36
Binary 1110 1100011 10001011 1011010 11101 0 101101 11000111 1010010 11110

Color Harmonies of #0E638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E638B

Black with #0E638B

Text Example


Text Example

White with #0E638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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