Html Css Color HEX #0E63BD Denim

📋 copy color: '#0E63BD'

red 14 ◦ green 99 ◦ blue 189

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

Shades of Denim #0E63BD

Tints of Denim #0E63BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.58%

R = 4.64%
G = 32.78%
B = 62.58%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E63BD (or 0x0E63BD) is known color: Denim. HEX triplet: 0E, 63 and BD. RGB value is (14,99,189). Sum of RGB (Red+Green+Blue) = 14+99+189=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E63BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E63BD is #F19C42. Grayscale: #535353. Windows color (decimal): -15834179 or 12411662. OLE color: 12411662.

HSL color Cylindrical-coordinate representation of color #0E63BD: hue angle of 210.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E63BD is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 99 189 -
CMYK 0.93 0.48 0 0.26
HSL 210.86º 0.86% 0.4% -
HSV(B) 210.86º 0.93% 0.74% -
XYZ 13.83 12.69 49.86 -
YUV 83.85 187.34 78.18 -
System Red Green Blue C M Y K H S L
Decimal 14 99 189 0.93 0.48 0 0.26 210.86 0.86 0.4
Hex E 63 BD 5D 30 0 1A D3 56 28
Octal 16 143 275 135 60 0 32 323 126 50
Binary 1110 1100011 10111101 1011101 110000 0 11010 11010011 1010110 101000

Color Harmonies of #0E63BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E63BD

Black with #0E63BD

Text Example


Text Example

White with #0E63BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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