Html Css Color HEX #0460CB Navy Blue

📋 copy color: '#0460CB'

red 4 ◦ green 96 ◦ blue 203

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

Shades of Navy Blue #0460CB

Tints of Navy Blue #0460CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67%

R = 1.32%
G = 31.68%
B = 67%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0460CB (or 0x0460CB) is known color: Navy Blue. HEX triplet: 04, 60 and CB. RGB value is (4,96,203). Sum of RGB (Red+Green+Blue) = 4+96+203=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #0460CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0460CB is #FB9F34. Grayscale: #505050. Windows color (decimal): -16490293 or 13328388. OLE color: 13328388.

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

Color convert

RGB 4 96 203 -
CMYK 0.98 0.53 0 0.20
HSL 212.26º 0.96% 0.41% -
HSV(B) 212.26º 0.98% 0.8% -
XYZ 15.01 12.7 58.16 -
YUV 80.69 197.02 73.3 -
System Red Green Blue C M Y K H S L
Decimal 4 96 203 0.98 0.53 0 0.20 212.26 0.96 0.41
Hex 4 60 CB 62 35 0 14 D4 60 29
Octal 4 140 313 142 65 0 24 324 140 51
Binary 100 1100000 11001011 1100010 110101 0 10100 11010100 1100000 101001

Color Harmonies of #0460CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0460CB

Black with #0460CB

Text Example


Text Example

White with #0460CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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