Html Css Color HEX #0461BD Navy Blue

📋 copy color: '#0461BD'

red 4 ◦ green 97 ◦ blue 189

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

Shades of Navy Blue #0461BD

Tints of Navy Blue #0461BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 189 (74.22% from 255) = 65.17%

R = 1.38%
G = 33.45%
B = 65.17%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0461BD (or 0x0461BD) is known color: Navy Blue. HEX triplet: 04, 61 and BD. RGB value is (4,97,189). Sum of RGB (Red+Green+Blue) = 4+97+189=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #0461BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0461BD is #FB9E42. Grayscale: #4F4F4F. Windows color (decimal): -16490051 or 12411140. OLE color: 12411140.

HSL color Cylindrical-coordinate representation of color #0461BD: hue angle of 209.84º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0461BD is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 97 189 -
CMYK 0.98 0.49 0 0.26
HSL 209.84º 0.96% 0.38% -
HSV(B) 209.84º 0.98% 0.74% -
XYZ 13.51 12.25 49.8 -
YUV 79.68 189.69 74.02 -
System Red Green Blue C M Y K H S L
Decimal 4 97 189 0.98 0.49 0 0.26 209.84 0.96 0.38
Hex 4 61 BD 62 31 0 1A D2 60 26
Octal 4 141 275 142 61 0 32 322 140 46
Binary 100 1100001 10111101 1100010 110001 0 11010 11010010 1100000 100110

Color Harmonies of #0461BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0461BD

Black with #0461BD

Text Example


Text Example

White with #0461BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0461BD; }

 p { color: rgb(4,97,189); }

 H1.HeaderClassName
 {
   color: #0461BD;
 }
 .AnyTagClassName
 {
   color: #0461BD;
 }
</style>

background-color css

<style>
 a { background-color: #0461BD; }

 a { background-color: rgb(4,97,189); }

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

border-color css

<style>
 span { border-color: #0461BD; }

 span { border-color: rgb(4,97,189); }

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