Html Css Color HEX #0365EB Navy Blue

📋 copy color: '#0365EB'

red 3 ◦ green 101 ◦ blue 235

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

Shades of Navy Blue #0365EB

Tints of Navy Blue #0365EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.32%

R = 0.88%
G = 29.79%
B = 69.32%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0365EB (or 0x0365EB) is known color: Navy Blue. HEX triplet: 03, 65 and EB. RGB value is (3,101,235). Sum of RGB (Red+Green+Blue) = 3+101+235=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #0365EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0365EB is #FC9A14. Grayscale: #565656. Windows color (decimal): -16554517 or 15426819. OLE color: 15426819.

HSL color Cylindrical-coordinate representation of color #0365EB: hue angle of 214.66º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0365EB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 101 235 -
CMYK 0.99 0.57 0 0.08
HSL 214.66º 0.97% 0.47% -
HSV(B) 214.66º 0.99% 0.92% -
XYZ 19.69 15.32 80.52 -
YUV 86.97 211.53 68.1 -
System Red Green Blue C M Y K H S L
Decimal 3 101 235 0.99 0.57 0 0.08 214.66 0.97 0.47
Hex 3 65 EB 63 39 0 8 D7 61 2F
Octal 3 145 353 143 71 0 10 327 141 57
Binary 11 1100101 11101011 1100011 111001 0 1000 11010111 1100001 101111

Color Harmonies of #0365EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0365EB

Black with #0365EB

Text Example


Text Example

White with #0365EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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