Html Css Color HEX #0355EF Navy Blue

📋 copy color: '#0355EF'

red 3 ◦ green 85 ◦ blue 239

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

Shades of Navy Blue #0355EF

Tints of Navy Blue #0355EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 239 (93.75% from 255) = 73.09%

R = 0.92%
G = 25.99%
B = 73.09%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0355EF (or 0x0355EF) is known color: Navy Blue. HEX triplet: 03, 55 and EF. RGB value is (3,85,239). Sum of RGB (Red+Green+Blue) = 3+85+239=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #0355EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0355EF is #FCAA10. Grayscale: #4D4D4D. Windows color (decimal): -16558609 or 15684867. OLE color: 15684867.

HSL color Cylindrical-coordinate representation of color #0355EF: hue angle of 219.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0355EF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 85 239 -
CMYK 0.99 0.64 0 0.06
HSL 219.15º 0.98% 0.47% -
HSV(B) 219.15º 0.99% 0.94% -
XYZ 18.87 12.75 83.13 -
YUV 78.04 218.83 74.48 -
System Red Green Blue C M Y K H S L
Decimal 3 85 239 0.99 0.64 0 0.06 219.15 0.98 0.47
Hex 3 55 EF 63 40 0 6 DB 62 2F
Octal 3 125 357 143 100 0 6 333 142 57
Binary 11 1010101 11101111 1100011 1000000 0 110 11011011 1100010 101111

Color Harmonies of #0355EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0355EF

Black with #0355EF

Text Example


Text Example

White with #0355EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0355EF; }

 p { color: rgb(3,85,239); }

 H1.HeaderClassName
 {
   color: #0355EF;
 }
 .AnyTagClassName
 {
   color: #0355EF;
 }
</style>

background-color css

<style>
 a { background-color: #0355EF; }

 a { background-color: rgb(3,85,239); }

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

border-color css

<style>
 span { border-color: #0355EF; }

 span { border-color: rgb(3,85,239); }

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