Html Css Color HEX #0365F2 Navy Blue

📋 copy color: '#0365F2'

red 3 ◦ green 101 ◦ blue 242

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

Shades of Navy Blue #0365F2

Tints of Navy Blue #0365F2

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

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

 BLUE value IS 242 (94.92% from 255) = 69.94%

R = 0.87%
G = 29.19%
B = 69.94%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0365F2 (or 0x0365F2) is known color: Navy Blue. HEX triplet: 03, 65 and F2. RGB value is (3,101,242). Sum of RGB (Red+Green+Blue) = 3+101+242=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 242 (94.92% from 255 or 69.94% from 346); Max value from RGB is 242 - color contains mainly: blue. Hex color #0365F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0365F2 is #FC9A0D. Grayscale: #575757. Windows color (decimal): -16554510 or 15885571. OLE color: 15885571.

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

Color convert

RGB 3 101 242 -
CMYK 0.99 0.58 0 0.05
HSL 215.4º 0.98% 0.48% -
HSV(B) 215.4º 0.99% 0.95% -
XYZ 20.72 15.74 85.95 -
YUV 87.77 215.03 67.54 -
System Red Green Blue C M Y K H S L
Decimal 3 101 242 0.99 0.58 0 0.05 215.4 0.98 0.48
Hex 3 65 F2 63 3A 0 5 D7 62 30
Octal 3 145 362 143 72 0 5 327 142 60
Binary 11 1100101 11110010 1100011 111010 0 101 11010111 1100010 110000

Color Harmonies of #0365F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0365F2

Black with #0365F2

Text Example


Text Example

White with #0365F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0365F2; }

 p { color: rgb(3,101,242); }

 H1.HeaderClassName
 {
   color: #0365F2;
 }
 .AnyTagClassName
 {
   color: #0365F2;
 }
</style>

background-color css

<style>
 a { background-color: #0365F2; }

 a { background-color: rgb(3,101,242); }

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

border-color css

<style>
 span { border-color: #0365F2; }

 span { border-color: rgb(3,101,242); }

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