Html Css Color HEX #0365DE Navy Blue

📋 copy color: '#0365DE'

red 3 ◦ green 101 ◦ blue 222

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

Shades of Navy Blue #0365DE

Tints of Navy Blue #0365DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.1%

R = 0.92%
G = 30.98%
B = 68.1%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0365DE (or 0x0365DE) is known color: Navy Blue. HEX triplet: 03, 65 and DE. RGB value is (3,101,222). Sum of RGB (Red+Green+Blue) = 3+101+222=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #0365DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0365DE is #FC9A21. Grayscale: #545454. Windows color (decimal): -16554530 or 14574851. OLE color: 14574851.

HSL color Cylindrical-coordinate representation of color #0365DE: hue angle of 213.15º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0365DE is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 101 222 -
CMYK 0.99 0.55 0 0.13
HSL 213.15º 0.97% 0.44% -
HSV(B) 213.15º 0.99% 0.87% -
XYZ 17.88 14.6 70.98 -
YUV 85.49 205.03 69.16 -
System Red Green Blue C M Y K H S L
Decimal 3 101 222 0.99 0.55 0 0.13 213.15 0.97 0.44
Hex 3 65 DE 63 37 0 D D5 61 2C
Octal 3 145 336 143 67 0 15 325 141 54
Binary 11 1100101 11011110 1100011 110111 0 1101 11010101 1100001 101100

Color Harmonies of #0365DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0365DE

Black with #0365DE

Text Example


Text Example

White with #0365DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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