Html Css Color HEX #0461FF Navy Blue

📋 copy color: '#0461FF'

red 4 ◦ green 97 ◦ blue 255

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

Shades of Navy Blue #0461FF

Tints of Navy Blue #0461FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.63%

R = 1.12%
G = 27.25%
B = 71.63%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0461FF (or 0x0461FF) is known color: Navy Blue. HEX triplet: 04, 61 and FF. RGB value is (4,97,255). Sum of RGB (Red+Green+Blue) = 4+97+255=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #0461FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0461FF is #FB9E00. Grayscale: #565656. Windows color (decimal): -16489985 or 16736516. OLE color: 16736516.

HSL color Cylindrical-coordinate representation of color #0461FF: hue angle of 217.77º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0461FF is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 97 255 -
CMYK 0.98 0.62 0 0
HSL 217.77º 1% 0.51% -
HSV(B) 217.77º 0.98% 1% -
XYZ 22.37 15.8 96.48 -
YUV 87.21 222.69 68.65 -
System Red Green Blue C M Y K H S L
Decimal 4 97 255 0.98 0.62 0 0 217.77 1 0.51
Hex 4 61 FF 62 3E 0 0 DA 64 33
Octal 4 141 377 142 76 0 0 332 144 63
Binary 100 1100001 11111111 1100010 111110 0 0 11011010 1100100 110011

Color Harmonies of #0461FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0461FF

Black with #0461FF

Text Example


Text Example

White with #0461FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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