Html Css Color HEX #0565F3 Navy Blue

📋 copy color: '#0565F3'

red 5 ◦ green 101 ◦ blue 243

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

Shades of Navy Blue #0565F3

Tints of Navy Blue #0565F3

RGB

 RED value IS 5 (2.34% from 255) = 1.43%

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 243 (95.31% from 255) = 69.63%

R = 1.43%
G = 28.94%
B = 69.63%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0565F3 (or 0x0565F3) is known color: Navy Blue. HEX triplet: 05, 65 and F3. RGB value is (5,101,243). Sum of RGB (Red+Green+Blue) = 5+101+243=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 243 (95.31% from 255 or 69.63% from 349); Max value from RGB is 243 - color contains mainly: blue. Hex color #0565F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0565F3 is #FA9A0C. Grayscale: #575757. Windows color (decimal): -16423437 or 15951109. OLE color: 15951109.

HSL color Cylindrical-coordinate representation of color #0565F3: hue angle of 215.8º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0565F3 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 101 243 -
CMYK 0.98 0.58 0 0.05
HSL 215.8º 0.96% 0.49% -
HSV(B) 215.8º 0.98% 0.95% -
XYZ 20.89 15.81 86.74 -
YUV 88.48 215.2 68.45 -
System Red Green Blue C M Y K H S L
Decimal 5 101 243 0.98 0.58 0 0.05 215.8 0.96 0.49
Hex 5 65 F3 62 3A 0 5 D8 60 31
Octal 5 145 363 142 72 0 5 330 140 61
Binary 101 1100101 11110011 1100010 111010 0 101 11011000 1100000 110001

Color Harmonies of #0565F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565F3

Black with #0565F3

Text Example


Text Example

White with #0565F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0565F3; }

 p { color: rgb(5,101,243); }

 H1.HeaderClassName
 {
   color: #0565F3;
 }
 .AnyTagClassName
 {
   color: #0565F3;
 }
</style>

background-color css

<style>
 a { background-color: #0565F3; }

 a { background-color: rgb(5,101,243); }

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

border-color css

<style>
 span { border-color: #0565F3; }

 span { border-color: rgb(5,101,243); }

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