Html Css Color HEX #0E63C5 Denim

📋 copy color: '#0E63C5'

red 14 ◦ green 99 ◦ blue 197

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

Shades of Denim #0E63C5

Tints of Denim #0E63C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 63.55%

R = 4.52%
G = 31.94%
B = 63.55%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0E63C5 (or 0x0E63C5) is known color: Denim. HEX triplet: 0E, 63 and C5. RGB value is (14,99,197). Sum of RGB (Red+Green+Blue) = 14+99+197=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #0E63C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E63C5 is #F19C3A. Grayscale: #545454. Windows color (decimal): -15834171 or 12935950. OLE color: 12935950.

HSL color Cylindrical-coordinate representation of color #0E63C5: hue angle of 212.13º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E63C5 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 14 99 197 -
CMYK 0.93 0.50 0 0.23
HSL 212.13º 0.87% 0.41% -
HSV(B) 212.13º 0.93% 0.77% -
XYZ 14.72 13.05 54.57 -
YUV 84.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 14 99 197 0.93 0.50 0 0.23 212.13 0.87 0.41
Hex E 63 C5 5D 32 0 17 D4 57 29
Octal 16 143 305 135 62 0 27 324 127 51
Binary 1110 1100011 11000101 1011101 110010 0 10111 11010100 1010111 101001

Color Harmonies of #0E63C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E63C5

Black with #0E63C5

Text Example


Text Example

White with #0E63C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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