Html Css Color HEX #0460CE Navy Blue

📋 copy color: '#0460CE'

red 4 ◦ green 96 ◦ blue 206

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

Shades of Navy Blue #0460CE

Tints of Navy Blue #0460CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 1.31%
G = 31.37%
B = 67.32%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0460CE (or 0x0460CE) is known color: Navy Blue. HEX triplet: 04, 60 and CE. RGB value is (4,96,206). Sum of RGB (Red+Green+Blue) = 4+96+206=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #0460CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0460CE is #FB9F31. Grayscale: #505050. Windows color (decimal): -16490290 or 13524996. OLE color: 13524996.

HSL color Cylindrical-coordinate representation of color #0460CE: hue angle of 212.67º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0460CE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 96 206 -
CMYK 0.98 0.53 0 0.19
HSL 212.67º 0.96% 0.41% -
HSV(B) 212.67º 0.98% 0.81% -
XYZ 15.37 12.85 60.06 -
YUV 81.03 198.52 73.06 -
System Red Green Blue C M Y K H S L
Decimal 4 96 206 0.98 0.53 0 0.19 212.67 0.96 0.41
Hex 4 60 CE 62 35 0 13 D5 60 29
Octal 4 140 316 142 65 0 23 325 140 51
Binary 100 1100000 11001110 1100010 110101 0 10011 11010101 1100000 101001

Color Harmonies of #0460CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0460CE

Black with #0460CE

Text Example


Text Example

White with #0460CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0460CE; }

 p { color: rgb(4,96,206); }

 H1.HeaderClassName
 {
   color: #0460CE;
 }
 .AnyTagClassName
 {
   color: #0460CE;
 }
</style>

background-color css

<style>
 a { background-color: #0460CE; }

 a { background-color: rgb(4,96,206); }

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

border-color css

<style>
 span { border-color: #0460CE; }

 span { border-color: rgb(4,96,206); }

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