Html Css Color HEX #0468BE Navy Blue

📋 copy color: '#0468BE'

red 4 ◦ green 104 ◦ blue 190

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

Shades of Navy Blue #0468BE

Tints of Navy Blue #0468BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 1.34%
G = 34.9%
B = 63.76%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0468BE (or 0x0468BE) is known color: Navy Blue. HEX triplet: 04, 68 and BE. RGB value is (4,104,190). Sum of RGB (Red+Green+Blue) = 4+104+190=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #0468BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0468BE is #FB9741. Grayscale: #535353. Windows color (decimal): -16488258 or 12478468. OLE color: 12478468.

HSL color Cylindrical-coordinate representation of color #0468BE: hue angle of 207.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468BE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 104 190 -
CMYK 0.98 0.45 0 0.25
HSL 207.74º 0.96% 0.38% -
HSV(B) 207.74º 0.98% 0.75% -
XYZ 14.29 13.64 50.6 -
YUV 83.9 187.87 71.01 -
System Red Green Blue C M Y K H S L
Decimal 4 104 190 0.98 0.45 0 0.25 207.74 0.96 0.38
Hex 4 68 BE 62 2D 0 19 D0 60 26
Octal 4 150 276 142 55 0 31 320 140 46
Binary 100 1101000 10111110 1100010 101101 0 11001 11010000 1100000 100110

Color Harmonies of #0468BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0468BE

Black with #0468BE

Text Example


Text Example

White with #0468BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0468BE; }

 p { color: rgb(4,104,190); }

 H1.HeaderClassName
 {
   color: #0468BE;
 }
 .AnyTagClassName
 {
   color: #0468BE;
 }
</style>

background-color css

<style>
 a { background-color: #0468BE; }

 a { background-color: rgb(4,104,190); }

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

border-color css

<style>
 span { border-color: #0468BE; }

 span { border-color: rgb(4,104,190); }

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