Html Css Color HEX #0461BC Navy Blue

📋 copy color: '#0461BC'

red 4 ◦ green 97 ◦ blue 188

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

Shades of Navy Blue #0461BC

Tints of Navy Blue #0461BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 1.38%
G = 33.56%
B = 65.05%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0461BC (or 0x0461BC) is known color: Navy Blue. HEX triplet: 04, 61 and BC. RGB value is (4,97,188). Sum of RGB (Red+Green+Blue) = 4+97+188=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #0461BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0461BC is #FB9E43. Grayscale: #4F4F4F. Windows color (decimal): -16490052 or 12345604. OLE color: 12345604.

HSL color Cylindrical-coordinate representation of color #0461BC: hue angle of 209.67º 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 #0461BC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 97 188 -
CMYK 0.98 0.48 0 0.26
HSL 209.67º 0.96% 0.38% -
HSV(B) 209.67º 0.98% 0.74% -
XYZ 13.4 12.21 49.23 -
YUV 79.57 189.19 74.1 -
System Red Green Blue C M Y K H S L
Decimal 4 97 188 0.98 0.48 0 0.26 209.67 0.96 0.38
Hex 4 61 BC 62 30 0 1A D2 60 26
Octal 4 141 274 142 60 0 32 322 140 46
Binary 100 1100001 10111100 1100010 110000 0 11010 11010010 1100000 100110

Color Harmonies of #0461BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0461BC

Black with #0461BC

Text Example


Text Example

White with #0461BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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