Html Css Color HEX #0E63BA Denim

📋 copy color: '#0E63BA'

red 14 ◦ green 99 ◦ blue 186

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

Shades of Denim #0E63BA

Tints of Denim #0E63BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 4.68%
G = 33.11%
B = 62.21%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E63BA (or 0x0E63BA) is known color: Denim. HEX triplet: 0E, 63 and BA. RGB value is (14,99,186). Sum of RGB (Red+Green+Blue) = 14+99+186=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E63BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E63BA is #F19C45. Grayscale: #535353. Windows color (decimal): -15834182 or 12215054. OLE color: 12215054.

HSL color Cylindrical-coordinate representation of color #0E63BA: hue angle of 210.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E63BA is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 99 186 -
CMYK 0.92 0.47 0 0.27
HSL 210.35º 0.86% 0.39% -
HSV(B) 210.35º 0.92% 0.73% -
XYZ 13.51 12.56 48.17 -
YUV 83.5 185.84 78.43 -
System Red Green Blue C M Y K H S L
Decimal 14 99 186 0.92 0.47 0 0.27 210.35 0.86 0.39
Hex E 63 BA 5C 2F 0 1B D2 56 27
Octal 16 143 272 134 57 0 33 322 126 47
Binary 1110 1100011 10111010 1011100 101111 0 11011 11010010 1010110 100111

Color Harmonies of #0E63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E63BA

Black with #0E63BA

Text Example


Text Example

White with #0E63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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