Html Css Color HEX #0463BA Denim

📋 copy color: '#0463BA'

red 4 ◦ green 99 ◦ blue 186

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

Shades of Denim #0463BA

Tints of Denim #0463BA

RGB

 RED value IS 4 (1.95% from 255) = 1.38%

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

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

R = 1.38%
G = 34.26%
B = 64.36%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0463BA (or 0x0463BA) is known color: Denim. HEX triplet: 04, 63 and BA. RGB value is (4,99,186). Sum of RGB (Red+Green+Blue) = 4+99+186=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #0463BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0463BA is #FB9C45. Grayscale: #505050. Windows color (decimal): -16489542 or 12215044. OLE color: 12215044.

HSL color Cylindrical-coordinate representation of color #0463BA: hue angle of 208.68º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0463BA is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 99 186 -
CMYK 0.98 0.47 0 0.27
HSL 208.68º 0.96% 0.37% -
HSV(B) 208.68º 0.98% 0.73% -
XYZ 13.37 12.49 48.16 -
YUV 80.51 187.53 73.43 -
System Red Green Blue C M Y K H S L
Decimal 4 99 186 0.98 0.47 0 0.27 208.68 0.96 0.37
Hex 4 63 BA 62 2F 0 1B D1 60 25
Octal 4 143 272 142 57 0 33 321 140 45
Binary 100 1100011 10111010 1100010 101111 0 11011 11010001 1100000 100101

Color Harmonies of #0463BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0463BA

Black with #0463BA

Text Example


Text Example

White with #0463BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0463BA; }

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

 H1.HeaderClassName
 {
   color: #0463BA;
 }
 .AnyTagClassName
 {
   color: #0463BA;
 }
</style>

background-color css

<style>
 a { background-color: #0463BA; }

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

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

border-color css

<style>
 span { border-color: #0463BA; }

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

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